Revision 6f65ba13 snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
194 194
BACKEND_HASH_ALGORITHM = getattr(
195 195
    settings, 'PITHOS_BACKEND_HASH_ALGORITHM', 'sha256')
196 196

  
197
# Set the credentials (client_id, client_secret) issued for authenticating
198
# the views with astakos during the resource access token generation procedure
197
# Set the credentials (client identifier, client secret) issued for
198
# authenticating the views with astakos during the resource access token
199
# generation procedure
199 200
OAUTH2_CLIENT_CREDENTIALS = getattr(settings,
200 201
                                    'PITHOS_OAUTH2_CLIENT_CREDENTIALS',
201 202
                                    (None, None))

Also available in: Unified diff