Skip to content

Commit

Permalink
im gonna fire armaan
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton Walters committed Nov 3, 2019
1 parent 5d65448 commit 8453410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pennclubs/settings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

PLATFORM_ACCOUNTS.update(
{
'REDIRECT_URI': os.environ.get('LABS_REDIRECT_URI', f'http://{BACKEND_DOMAIN}/accounts/callback/'),
'REDIRECT_URI': os.environ.get('LABS_REDIRECT_URI', f'https://{BACKEND_DOMAIN}/accounts/callback/'),
'CLIENT_ID': 'clientid',
'CLIENT_SECRET': 'supersecretclientsecret',
'PLATFORM_URL': 'https://platform-dev.pennlabs.org',
Expand Down

0 comments on commit 8453410

Please sign in to comment.