settings: Remove TWITTER_ settings from DEFAULT_SETTINGS.

These are handled via `get_secret` instead.
This commit is contained in:
Tim Abbott
2017-09-28 17:34:10 -07:00
parent 0572d5d4a7
commit d3bfc132fb

View File

@@ -101,10 +101,6 @@ else:
# For any settings that are not defined in prod_settings.py,
# we want to initialize them to sane default
DEFAULT_SETTINGS = {
'TWITTER_CONSUMER_KEY': '',
'TWITTER_CONSUMER_SECRET': '',
'TWITTER_ACCESS_TOKEN_KEY': '',
'TWITTER_ACCESS_TOKEN_SECRET': '',
'EMAIL_GATEWAY_PATTERN': '',
'EMAIL_GATEWAY_EXAMPLE': '',
'EMAIL_GATEWAY_BOT': None,