Revision 49c0d427 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
56 56
# The default firewall profile that will be in effect if no tags are defined
57 57
DEFAULT_FIREWALL_PROFILE = 'DISABLED'
58 58

  
59
# our REST API would prefer to be explicit about trailing slashes
60
APPEND_SLASH = False
61

  
62 59
# Fixed mapping of user VMs to a specific backend.
63 60
# e.g. BACKEND_PER_USER = {'example@synnefo.org': 2}
64 61
BACKEND_PER_USER = {}
......
108 105
# Astakos service token
109 106
# The token used for astakos service api calls (e.g. api to retrieve user email
110 107
# using a user uuid)
111
CYCLADES_SERVICE_TOKEN = '' 
108
CYCLADES_SERVICE_TOKEN = ''
112 109

  
113 110
# Let cyclades proxy user specific api calls to astakos, via self served
114 111
# endpoints. Set this to False if you deploy cyclades-app/astakos-app on the

Also available in: Unified diff