Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / conf / 20-snf-pithos-app-settings.conf @ 469d0997

History | View | Annotate | Download (1.7 kB)

1
#PROXY_USER_SERVICES = True
2
#USER_CATALOG_URL = 'http://127.0.0.1:8000/im/service/api/v2.0/users/'
3
#PITHOS_USER_FEEDBACK_URL = 'http://127.0.0.1:8000/im/service/api/v2.0/feedback/'
4
#PITHOS_USER_LOGIN_URL = 'http://127.0.0.1:8000/login/'
5
#PITHOS_AUTHENTICATION_URL = 'http://127.0.0.1:8000/im/authenticate/'
6

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

    
13
#PITHOS_AUTHENTICATION_USERS = {}
14

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

    
19
# Block storage.
20
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
21
PITHOS_BACKEND_BLOCK_PATH = '/usr/share/synnefo/pithos/data'
22
#Enable and configure secondary rados storage for pithos
23
#PITHOS_RADOS_STORAGE = True
24
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
25
#PITHOS_RADOS_POOL_MAPS = 'maps'
26

    
27

    
28
# Queue for billing.
29
#
30
#PITHOS_BACKEND_QUEUE_MODULE = None
31
# Example: 'pithos.backends.lib.rabbitmq'
32
#
33
#PITHOS_BACKEND_QUEUE_HOSTS = None
34
# Example: ['ammq://guest:guest@localhost:5672/']
35
#
36
#PITHOS_BACKEND_QUEUE_EXHANGE = 'pithos'
37

    
38
# Default setting for new accounts.
39
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
40
#PITHOS_BACKEND_VERSIONING = 'auto'
41
#PITHOS_BACKEND_FREE_VERSIONING = True
42

    
43
# Disable if checksums are not required or are computed asynchronously by an external process.
44
#PITHOS_UPDATE_MD5 = True
45

    
46
# Service Token acquired by identity provider.
47
#PITHOS_SERVICE_TOKEN = ''
48

    
49
# This enables a ui compatibility layer for the introduction of UUIDs in
50
# identity management.  WARNING: Setting to True will break your installation.
51
# PITHOS_TRANSLATE_UUIDS = False