Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.9 kB)

1
#PITHOS_AUTHENTICATION_URL = 'http://<astakos.host>/im/authenticate/'
2

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

    
9
#PITHOS_AUTHENTICATION_USERS = {}
10

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

    
15
# Block storage.
16
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
17
#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

    
23

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

    
34
# Default setting for new accounts.
35
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024
36
#PITHOS_BACKEND_VERSIONING = 'auto'
37
#PITHOS_BACKEND_FREE_VERSIONING = True
38

    
39
# Disable if checksums are not required or are computed asynchronously by an external process.
40
#PITHOS_UPDATE_MD5 = True
41

    
42
# Service Token acquired by identity provider.
43
#PITHOS_SERVICE_TOKEN = ''
44

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

    
49
# Set PROXY_USER_SERVICES to True to have snf-pithos-app handle all Astakos
50
# user-visible services (feedback, login, etc.) by proxying them to a running
51
# Astakos.
52
# Set to False if snf astakos-app is running on the same machine, so it handles
53
# the requests on its own.
54
#PROXY_USER_SERVICES = True
55
#USER_CATALOG_URL = 'https://<astakos.host>/user_catalogs/'
56
#PITHOS_USER_FEEDBACK_URL = 'http://<astakos.host>/feedback/'
57
#PITHOS_USER_LOGIN_URL = 'http://<astakos.host>/login/'