mirror of https://github.com/zulip/zulip.git
dev_settings: Remove email forwarding related settings.
These are now set in dev-secrets.
This commit is contained in:
parent
7d8ade3b2a
commit
5870de0fa0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue