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

b/snf-cyclades-app/synnefo/app_settings/default/api.py
98 98
# The URL of an astakos instance that will be used for user authentication
99 99
ASTAKOS_URL = 'https://accounts.example.org/'
100 100

  
101
# Tune the size of the Astakos http client connection pool
102
# This limit the number of concurrent requests to Astakos.
103
ASTAKOS_POOLSIZE = 50
104

  
101 105
# Key for password encryption-decryption. After changing this setting, synnefo
102 106
# will be unable to decrypt all existing Backend passwords. You will need to
103 107
# store again the new password by using 'snf-manage backend-modify'.
104 108
# SECRET_ENCRYPTION_KEY may up to 32 bytes. Keys bigger than 32 bytes are not
105 109
# supported.
106
SECRET_ENCRYPTION_KEY= "Password Encryption Key"
110
SECRET_ENCRYPTION_KEY = "Password Encryption Key"
107 111

  
108 112
# Astakos service token
109 113
# The token used for astakos service api calls (e.g. api to retrieve user email

Also available in: Unified diff