Statistics
| Branch: | Tag: | Revision:

root / conf / 20-snf-pithos-app-settings.conf @ ad788af8

History | View | Annotate | Download (908 Bytes)

1
#PITHOS_AUTHENTICATION_URL = 'http://127.0.0.1:8000/im/authenticate'
2
# Set local users, or a remote host. To disable local users set them to None.
3
#sample_users = {
4
    #'0000': 'test',
5
    #'0001': 'testuser2',
6
#}
7

    
8
#PITHOS_AUTHENTICATION_USERS = {}
9

    
10
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).
11
#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy'
12
PITHOS_BACKEND_DB_CONNECTION = 'sqlite://///user/share/synnefo/pithos/backend.db'
13

    
14
# Block storage.
15
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
16
PITHOS_BACKEND_BLOCK_PATH = '/user/share/synnefo/pithos/data'
17

    
18
# Queue for billing.
19
#
20
#PITHOS_BACKEND_QUEUE_MODULE = None
21
# Example: 'pithos.backends.lib.rabbitmq'
22
#
23
#PITHOS_BACKEND_QUEUE_CONNECTION = None
24
# Example: 'rabbitmq://guest:guest@localhost:5672/pithos'
25

    
26
# Default setting for new accounts.
27
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
28
#PITHOS_BACKEND_VERSIONING = 'auto'
29