Skip to content

Commit f94b387

Browse files
committed
Add URLs where to get/update keys, a note to our future selves.
1 parent 0659f12 commit f94b387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volproject/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
LOGOUT_URL = 'logout'
134134
LOGIN_REDIRECT_URL = '/'
135135

136+
# https://github.com/organizations/volCommunity/settings/applications
136137
SOCIAL_AUTH_GITHUB_KEY = os.environ.get('SOCIAL_AUTH_GITHUB_KEY', '')
137138
SOCIAL_AUTH_GITHUB_SECRET = os.environ.get('SOCIAL_AUTH_GITHUB_SECRET', '')
138139
# https://apps.twitter.com/app

0 commit comments

Comments
 (0)