mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
settings.py: Add GOOGLE_OAUTH2_CLIENT_ID to DEFAULT_SETTINGS.
Allows the command-line help text to appear for Google authentication, rather than a traceback.
This commit is contained in:
committed by
Tim Abbott
parent
8ccd8a7d27
commit
cd560a80f2
@@ -187,6 +187,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
|
||||
'SOCIAL_AUTH_GITHUB_KEY': None,
|
||||
'SOCIAL_AUTH_GITHUB_ORG_NAME': None,
|
||||
'SOCIAL_AUTH_GITHUB_TEAM_ID': None,
|
||||
'GOOGLE_OAUTH2_CLIENT_ID': None,
|
||||
'SOCIAL_AUTH_FIELDS_STORED_IN_SESSION': ['subdomain', 'is_signup'],
|
||||
'DBX_APNS_CERT_FILE': None,
|
||||
'DBX_APNS_KEY_FILE': None,
|
||||
|
||||
Reference in New Issue
Block a user