Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / conf / 20-snf-pithos-app-settings.conf @ 47462eda

History | View | Annotate | Download (1.2 kB)

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://///usr/share/synnefo/pithos/backend.db'
13

    
14
# Block storage.
15
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
16
PITHOS_BACKEND_BLOCK_PATH = '/usr/share/synnefo/pithos/data'
17
#Enable and configure secondary rados storage for pithos
18
#PITHOS_RADOS_STORAGE = True
19
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
20
#PITHOS_RADOS_POOL_MAPS = 'maps'
21

    
22

    
23
# Queue for billing.
24
#
25
#PITHOS_BACKEND_QUEUE_MODULE = None
26
# Example: 'pithos.backends.lib.rabbitmq'
27
#
28
#PITHOS_BACKEND_QUEUE_CONNECTION = None
29
# Example: 'rabbitmq://guest:guest@localhost:5672/pithos'
30

    
31
# Default setting for new accounts.
32
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
33
#PITHOS_BACKEND_VERSIONING = 'auto'
34

    
35
# Disable if checksums are not required or are computed asynchronously by an external process.
36
#PITHOS_UPDATE_MD5 = True
37

    
38
# Service Token acquired by identity provider.
39
#PITHOS_SERVICE_TOKEN = ''