Revision 2a811e37 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
50 50

  
51 51
astakos_services = deepcopy(vanilla_astakos_services)
52 52
fill_endpoints(astakos_services, BASE_URL)
53
ACCOUNTS_PREFIX = get_path(astakos_services, ['astakos_account', 'prefix'])
54
VIEWS_PREFIX = get_path(astakos_services, ['astakos_ui', 'prefix'])
55
KEYSTONE_PREFIX = get_path(astakos_services, ['astakos_identity', 'prefix'])
56
WEBLOGIN_PREFIX = get_path(astakos_services, ['astakos_weblogin', 'prefix'])
57
ADMIN_PREFIX = get_path(astakos_services, ['astakos_admin', 'prefix'])
53
ACCOUNTS_PREFIX = get_path(astakos_services, 'astakos_account.prefix')
54
VIEWS_PREFIX = get_path(astakos_services, 'astakos_ui.prefix')
55
KEYSTONE_PREFIX = get_path(astakos_services, 'astakos_identity.prefix')
56
WEBLOGIN_PREFIX = get_path(astakos_services, 'astakos_weblogin.prefix')
57
ADMIN_PREFIX = get_path(astakos_services, 'astakos_admin.prefix')
58 58

  
59 59
# Set the expiration time of newly created auth tokens
60 60
# to be this many hours after their creation time.

Also available in: Unified diff