Skip to content

Commit

Permalink
Add Google Oauth secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Mar 6, 2024
1 parent 1d5d02d commit 3df1d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions designsafe/settings/external_resource_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
'user_property': 'user_id',
'credentials_property': 'credential'
}
GOOGLE_OAUTH2_CLIENT_SECRET = os.environ.get("GOOGLE_OAUTH2_CLIENT_SECRET", "CHANGE_ME")
GOOGLE_OAUTH2_CLIENT_ID = os.environ.get("GOOGLE_OAUTH2_CLIENT_ID", "CHANGE_ME")

0 comments on commit 3df1d3d

Please sign in to comment.