Add settings namespace.
[pithos] / pithos / settings.d / 20-users.conf
diff --git a/pithos/settings.d/20-users.conf b/pithos/settings.d/20-users.conf
deleted file mode 100644 (file)
index b805284..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#coding=utf8
-
-# Either set local users here, or a remote host.
-# To disable local users set to None.
-AUTHENTICATION_USERS = {
-    '0000': 'test',
-    '0001': 'verigak',
-    '0002': 'chazapis',
-    '0003': 'gtsouk',
-    '0004': 'papagian',
-    '0005': 'louridas',
-    '0006': 'chstath',
-    '0007': 'pkanavos',
-    '0008': 'mvasilak',
-    '0009': 'διογένης'
-}
-
-# Where astakos is hosted.
-AUTHENTICATION_HOST = '127.0.0.1:10000'