Revision e407f159 snf-cyclades-app/conf/20-snf-cyclades-app-api.conf

b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
82 82
#MAX_PERSONALITY_SIZE = 10240
83 83
#
84 84
#
85
## Top-level URL of the astakos instance to be used for user management
86
#ASTAKOS_BASE_URL = 'https://accounts.example.synnefo.org/'
85
## Authentication URL of the astakos instance to be used for user management
86
#ASTAKOS_AUTH_URL = 'https://accounts.example.synnefo.org/identity/v2.0/'
87 87
#
88 88
## Key for password encryption-decryption. After changing this setting, synnefo
89 89
## will be unable to decrypt all existing Backend passwords. You will need to
......
97 97
## using a user uuid)
98 98
#CYCLADES_SERVICE_TOKEN = ''
99 99

  
100
# Let cyclades proxy user specific api calls to astakos, via self served
101
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the
102
# same machine.
103
#CYCLADES_PROXY_USER_SERVICES = True
100
## PROXY Astakos services under the following path
101
#CYCLADES_PROXY_PREFIX = '_astakos'
104 102

  
105 103
# Tune the size of the http connection pool to astakos.
106 104
#CYCLADES_ASTAKOSCLIENT_POOLSIZE = 50

Also available in: Unified diff