root / snf-pithos-app / conf / 20-snf-pithos-app-settings.conf @ da0b2fcf
History | View | Annotate | Download (1.9 kB)
1 |
#PITHOS_AUTHENTICATION_URL = 'https://accounts.example.synnefo.org/im/authenticate/' |
---|---|
2 |
|
3 |
#PITHOS_AUTHENTICATION_USERS = {} |
4 |
|
5 |
# Cookie name to search for fallback token |
6 |
#PITHOS_ASTAKOS_COOKIE_NAME = '_pithos2_a' |
7 |
|
8 |
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL). |
9 |
#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy' |
10 |
#PITHOS_BACKEND_DB_CONNECTION = 'sqlite:////tmp/pithos-backend.db' |
11 |
|
12 |
# Block storage. |
13 |
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler' |
14 |
#PITHOS_BACKEND_BLOCK_PATH = '/tmp/pithos-data/' |
15 |
#PITHOS_BACKEND_BLOCK_UMASK = 0o022 |
16 |
|
17 |
# Default setting for new accounts. |
18 |
#PITHOS_BACKEND_QUOTA = 50 * 1024 * 1024 * 1024 |
19 |
#PITHOS_BACKEND_VERSIONING = 'auto' |
20 |
#PITHOS_BACKEND_FREE_VERSIONING = True |
21 |
|
22 |
# Disable if checksums are not required or are computed asynchronously by an external process. |
23 |
#PITHOS_UPDATE_MD5 = True |
24 |
|
25 |
# Service Token acquired by identity provider. |
26 |
#PITHOS_SERVICE_TOKEN = '' |
27 |
|
28 |
# Enable and configure secondary rados storage for pithos |
29 |
#PITHOS_RADOS_STORAGE = False |
30 |
#PITHOS_RADOS_POOL_BLOCKS = 'blocks' |
31 |
#PITHOS_RADOS_POOL_MAPS = 'maps' |
32 |
|
33 |
# This enables a ui compatibility layer for the introduction of UUIDs in |
34 |
# identity management. WARNING: Setting to True will break your installation. |
35 |
# PITHOS_TRANSLATE_UUIDS = False |
36 |
|
37 |
# Set PROXY_USER_SERVICES to True to have snf-pithos-app handle all Astakos |
38 |
# user-visible services (feedback, login, etc.) by proxying them to a running |
39 |
# Astakos. |
40 |
# Set to False if snf astakos-app is running on the same machine, so it handles |
41 |
# the requests on its own. |
42 |
#PROXY_USER_SERVICES = True |
43 |
#PITHOS_USER_CATALOG_URL = 'https://accounts.example.synnefo.org/user_catalogs/' |
44 |
#PITHOS_USER_FEEDBACK_URL = 'https://accounts.example.synnefo.org/feedback/' |
45 |
#PITHOS_USER_LOGIN_URL = 'https://accounts.example.synnefo.org/login/' |
46 |
|
47 |
# Enable and configure quotaholder |
48 |
#PITHOS_USE_QUOTAHOLDER = False |
49 |
#PITHOS_QUOTAHOLDER_URL = '' |
50 |
#PITHOS_QUOTAHOLDER_TOKEN = '' |