Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / conf / 20-snf-pithos-app-settings.conf @ 61ae9b74

History | View | Annotate | Download (2.2 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
# Cookie name to search for fallback token
12
#PITHOS_ASTAKOS_COOKIE_NAME = '_pithos2_a'
13

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

    
18
# Block storage.
19
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
20
#PITHOS_BACKEND_BLOCK_PATH = '/tmp/pithos-data/'
21
#PITHOS_BACKEND_BLOCK_UMASK = 0o022
22

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

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

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

    
41
# Service Token acquired by identity provider.
42
#PITHOS_SERVICE_TOKEN = ''
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

    
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
52

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