Revision 26498848 docs/quick-install-admin-guide.rst
b/docs/quick-install-admin-guide.rst | ||
---|---|---|
867 | 867 |
PITHOS_BACKEND_DB_CONNECTION = 'postgresql://synnefo:example_passw0rd@node1.example.com:5432/snf_pithos' |
868 | 868 |
PITHOS_BACKEND_BLOCK_PATH = '/srv/pithos/data' |
869 | 869 |
|
870 |
PITHOS_SERVICE_TOKEN = 'pithos_service_token22w=='
|
|
870 |
PITHOS_SERVICE_TOKEN = 'pithos_service_token22w' |
|
871 | 871 |
|
872 | 872 |
# Set to False if astakos & pithos are on the same host |
873 | 873 |
#PITHOS_PROXY_USER_SERVICES = True |
... | ... | |
1707 | 1707 |
# Set to False if astakos & cyclades are on the same host |
1708 | 1708 |
CYCLADES_PROXY_USER_SERVICES = False |
1709 | 1709 |
|
1710 |
CYCLADES_SERVICE_TOKEN = 'cyclades_service_token22w=='
|
|
1710 |
CYCLADES_SERVICE_TOKEN = 'cyclades_service_token22w' |
|
1711 | 1711 |
|
1712 | 1712 |
The ``ASTAKOS_BASE_URL`` denotes the Astakos endpoint for Cyclades, |
1713 | 1713 |
which is used for all user management, including authentication. |
Also available in: Unified diff