Revision 6e27e449 snf-cyclades-app/synnefo/app_settings/default/api.py
b/snf-cyclades-app/synnefo/app_settings/default/api.py | ||
---|---|---|
124 | 124 |
# using a user uuid) |
125 | 125 |
CYCLADES_ASTAKOS_SERVICE_TOKEN = '' |
126 | 126 |
|
127 |
# Astakos user_catalogs endpoint |
|
128 |
CYCLADES_USER_CATALOG_URL = 'https://<astakos domain>/user_catalogs' |
|
129 |
|
|
130 | 127 |
# Let cyclades proxy user specific api calls to astakos, via self served |
131 | 128 |
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the |
132 | 129 |
# same machine. |
133 | 130 |
CYCLADES_PROXY_USER_SERVICES = True |
134 |
|
|
135 |
# Astakos user_catalogs endpoint |
|
136 |
CYCLADES_USER_FEEDBACK_URL = 'https://accounts.example.synnefo.org/feedback' |
Also available in: Unified diff