Revision fe7d0186 snf-pithos-app/conf/20-snf-pithos-app-settings.conf

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
58 58
# Extra requests will be blocked until another has completed.
59 59
#PITHOS_BACKEND_POOL_SIZE = 5
60 60
#
61
# Set the credentials (client_id, client_secret) issued to authenticate
61
# Set the credentials (client_id, client_secret) issued for authenticating
62 62
# the views with astakos during the resource access token generation procedure
63
#OA2_CLIENT_CREDENTIALS = getattr(settings, 'PITHOS_OA2_CLIENT_CREDENTIALS',
64
#                                 (None, None))
63
#PITHOS_OAUTH2_CLIENT_CREDENTIALS = (None, None)
65 64
#
66 65
# Set to False to serve only views
67 66
#SERVE_API = getattr(settings, 'PITHOS_SERVE_API', True)

Also available in: Unified diff