Revision 61ae9b74 snf-pithos-app/conf/20-snf-pithos-app-settings.conf

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
8 8

  
9 9
#PITHOS_AUTHENTICATION_USERS = {}
10 10

  
11
# Cookie name to search for fallback token
12
#PITHOS_ASTAKOS_COOKIE_NAME = '_pithos2_a'
13

  
11 14
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).
12 15
#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy'
13 16
#PITHOS_BACKEND_DB_CONNECTION = 'sqlite:////tmp/pithos-backend.db'
......
15 18
# Block storage.
16 19
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
17 20
#PITHOS_BACKEND_BLOCK_PATH = '/tmp/pithos-data/'
18
#Enable and configure secondary rados storage for pithos
19
#PITHOS_RADOS_STORAGE = True
20
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
21
#PITHOS_RADOS_POOL_MAPS = 'maps'
22

  
21
#PITHOS_BACKEND_BLOCK_UMASK = 0o022
23 22

  
24 23
# Queue for billing.
25 24
#
......
42 41
# Service Token acquired by identity provider.
43 42
#PITHOS_SERVICE_TOKEN = ''
44 43

  
44
#Enable and configure secondary rados storage for pithos
45
#PITHOS_RADOS_STORAGE = True
46
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
47
#PITHOS_RADOS_POOL_MAPS = 'maps'
48

  
45 49
# This enables a ui compatibility layer for the introduction of UUIDs in
46 50
# identity management.  WARNING: Setting to True will break your installation.
47 51
# PITHOS_TRANSLATE_UUIDS = False
......
55 59
#USER_CATALOG_URL = 'https://<astakos.host>/user_catalogs/'
56 60
#PITHOS_USER_FEEDBACK_URL = 'http://<astakos.host>/feedback/'
57 61
#PITHOS_USER_LOGIN_URL = 'http://<astakos.host>/login/'
62

  
63
# Enable and configure quotaholder
64
#PITHOS_USE_QUOTAHOLDER = True
65
#PITHOS_QUOTAHOLDER_UR = ''
66
#PITHOS_QUOTAHOLDER_TOKEN = ''

Also available in: Unified diff