dev_settings: Remove email forwarding related settings.

These are now set in dev-secrets.
This commit is contained in:
Vishnu KS 2021-01-29 00:04:17 +05:30 committed by Tim Abbott
parent 7d8ade3b2a
commit 5870de0fa0
1 changed files with 0 additions and 6 deletions

View File

@ -88,12 +88,6 @@ POST_MIGRATION_CACHE_FLUSHING = True
PASSWORD_MIN_LENGTH = 0
PASSWORD_MIN_GUESSES = 0
# SMTP settings for forwarding emails sent in development
# environment to an email account.
EMAIL_HOST = ""
EMAIL_PORT = 25
EMAIL_HOST_USER = ""
# Two factor authentication: Use the fake backend for development.
TWO_FACTOR_CALL_GATEWAY = 'two_factor.gateways.fake.Fake'
TWO_FACTOR_SMS_GATEWAY = 'two_factor.gateways.fake.Fake'