Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.1 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

    
18
# Queue for billing.
19
#
20
#PITHOS_BACKEND_QUEUE_MODULE = None
21
# Example: 'pithos.backends.lib.rabbitmq'
22
#
23
#PITHOS_BACKEND_QUEUE_HOSTS = None
24
# Example: ['ammq://guest:guest@localhost:5672/']
25
#
26
#PITHOS_BACKEND_QUEUE_EXHANGE = 'pithos'
27

    
28
# Default setting for new accounts.
29
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
30
#PITHOS_BACKEND_VERSIONING = 'auto'
31
#PITHOS_BACKEND_FREE_VERSIONING = True
32

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

    
36
# Service Token acquired by identity provider.
37
#PITHOS_SERVICE_TOKEN = ''