Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.3 kB)

1
#PITHOS_ASTAKOS_URL = 'http://127.0.0.1:8000/im/'
2
#PITHOS_AUTHENTICATION_URL = 'http://127.0.0.1:8000/im/authenticate/'
3
#PITHOS_USER_INFO_URL = 'http://127.0.0.1:8000/im/service/api/v2.0/users/'
4

    
5
# Set local users, or a remote host. To disable local users set them to None.
6
#sample_users = {
7
    #'0000': 'test',
8
    #'0001': 'testuser2',
9
#}
10

    
11
#PITHOS_AUTHENTICATION_USERS = {}
12

    
13
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).
14
#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy'
15
PITHOS_BACKEND_DB_CONNECTION = 'sqlite://///usr/share/synnefo/pithos/backend.db'
16

    
17
# Block storage.
18
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
19
PITHOS_BACKEND_BLOCK_PATH = '/usr/share/synnefo/pithos/data'
20

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

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

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

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