Skip to content

Commit

Permalink
Change CLIENT_KEY and CLIENT_SECRET to CILOGON_CLIENT_*
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblau committed Dec 9, 2024
1 parent f35255e commit a07b92f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@
os.path.join( os.path.dirname(__file__), '../static' ),
)
# For cilogon_tokenauth
CLIENT_KEY = CONF.get('CLIENT_KEY', None)
CLIENT_SECRET = CONF.get('CLIENT_SECRET', None)
CILOGON_CLIENT_KEY = CONF.get('CILOGON_CLIENT_KEY', None)
CILOGON_CLIENT_SECRET = CONF.get('CILOGON_CLIENT_SECRET', None)
#
# 'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly'
REST_FRAMEWORK = {
Expand Down

0 comments on commit a07b92f

Please sign in to comment.