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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
118 118
# SECRET_ENCRYPTION_KEY may up to 32 bytes. Keys bigger than 32 bytes are not
119 119
# supported.
120 120
SECRET_ENCRYPTION_KEY= "Password Encryption Key"
121

  
122
# Astakos service token
123
# The token used for astakos service api calls (e.g. api to retrieve user email
124
# using a user uuid)
125
CYCLADES_ASTAKOS_SERVICE_TOKEN = ''
126

  

Also available in: Unified diff