mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
settings: Remove TWITTER_ settings from DEFAULT_SETTINGS.
These are handled via `get_secret` instead.
This commit is contained in:
@@ -101,10 +101,6 @@ else:
|
|||||||
# For any settings that are not defined in prod_settings.py,
|
# For any settings that are not defined in prod_settings.py,
|
||||||
# we want to initialize them to sane default
|
# we want to initialize them to sane default
|
||||||
DEFAULT_SETTINGS = {
|
DEFAULT_SETTINGS = {
|
||||||
'TWITTER_CONSUMER_KEY': '',
|
|
||||||
'TWITTER_CONSUMER_SECRET': '',
|
|
||||||
'TWITTER_ACCESS_TOKEN_KEY': '',
|
|
||||||
'TWITTER_ACCESS_TOKEN_SECRET': '',
|
|
||||||
'EMAIL_GATEWAY_PATTERN': '',
|
'EMAIL_GATEWAY_PATTERN': '',
|
||||||
'EMAIL_GATEWAY_EXAMPLE': '',
|
'EMAIL_GATEWAY_EXAMPLE': '',
|
||||||
'EMAIL_GATEWAY_BOT': None,
|
'EMAIL_GATEWAY_BOT': None,
|
||||||
|
|||||||
Reference in New Issue
Block a user