Revision a38446a0

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
1
#PROXY_USER_SERVICES = True
2
#USER_CATALOG_URL = 'http://<astakos.host>/im/service/api/v2.0/users/'
3
#PITHOS_USER_FEEDBACK_URL = 'http://<astakos.host>/im/service/api/v2.0/feedback/'
4
#PITHOS_USER_LOGIN_URL = 'http://<astakos.host>/login/'
5 1
#PITHOS_AUTHENTICATION_URL = 'http://<astakos.host>/im/authenticate/'
6 2

  
7 3
# Set local users, or a remote host. To disable local users set them to None.
......
14 10

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

  
19 15
# Block storage.
20 16
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
21
PITHOS_BACKEND_BLOCK_PATH = '/usr/share/synnefo/pithos/data'
17
#PITHOS_BACKEND_BLOCK_PATH = '/tmp/pithos-data/'
22 18
#Enable and configure secondary rados storage for pithos
23 19
#PITHOS_RADOS_STORAGE = True
24 20
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
......
49 45
# This enables a ui compatibility layer for the introduction of UUIDs in
50 46
# identity management.  WARNING: Setting to True will break your installation.
51 47
# PITHOS_TRANSLATE_UUIDS = False
48

  
49
#PROXY_USER_SERVICES = True
50
#USER_CATALOG_URL = 'http://<astakos.host>/im/service/api/v2.0/users/'
51
#PITHOS_USER_FEEDBACK_URL = 'http://<astakos.host>/im/service/api/v2.0/feedback/'
52
#PITHOS_USER_LOGIN_URL = 'http://<astakos.host>/login/'

Also available in: Unified diff