Add sample snf-common config file
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 22 Feb 2012 11:54:51 +0000 (13:54 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 22 Feb 2012 11:54:51 +0000 (13:54 +0200)
conf/20-snf-pithos-app-settings.conf [new file with mode: 0644]

diff --git a/conf/20-snf-pithos-app-settings.conf b/conf/20-snf-pithos-app-settings.conf
new file mode 100644 (file)
index 0000000..cab94bd
--- /dev/null
@@ -0,0 +1,29 @@
+#PITHOS_AUTHENTICATION_URL = 'http://127.0.0.1:8000/im/authenticate'
+# Set local users, or a remote host. To disable local users set them to None.
+#sample_users = {
+    #'0000': 'test',
+    #'0001': 'testuser2',
+#}
+
+#PITHOS_AUTHENTICATION_USERS = {}
+
+# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).
+#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy'
+PITHOS_BACKEND_DB_CONNECTION = 'sqlite://///user/share/synnefo/pithos/backend.db'
+
+# Block storage.
+#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
+PITHOS_BACKEND_BLOCK_PATH = '/user/share/synnefo/pithos/data'
+
+# Queue for billing.
+#
+#PITHOS_BACKEND_QUEUE_MODULE = None
+# Example: 'pithos.backends.lib.rabbitmq'
+#
+#PITHOS_BACKEND_QUEUE_CONNECTION = None
+# Example: 'rabbitmq://guest:guest@localhost:5672/pithos'
+
+# Default setting for new accounts.
+#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
+#PITHOS_BACKEND_VERSIONING = 'auto'
+