Revision 02f0cf8a

b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
126 126
#
127 127
## Astakos user_catalogs endpoint
128 128
#CYCLADES_USER_CATALOG_URL = 'https://<astakos domain>/user_catalogs'
129

  
130
# Let cyclades proxy user specific api calls to astakos, via self served
131
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the
132
# same machine.
133
#CYCLADES_PROXY_USER_SERVICES = True
b/snf-cyclades-app/synnefo/app_settings/default/api.py
126 126

  
127 127
# Astakos user_catalogs endpoint
128 128
CYCLADES_USER_CATALOG_URL = 'https://<astakos domain>/user_catalogs'
129

  
130
# Let cyclades proxy user specific api calls to astakos, via self served
131
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the
132
# same machine.
133
CYCLADES_PROXY_USER_SERVICES = True

Also available in: Unified diff