settings: Set FAKE_EMAIL_DOMAIN for development environment.

This is necessary to use the development environment with an IP
address EXTERNAL_HOST, which is used in mobile development.
This commit is contained in:
Tim Abbott 2020-07-28 11:39:06 -07:00
parent 18ad35013f
commit c1d7e42fa3
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ else:
EXTERNAL_HOST_WITHOUT_PORT = deport(EXTERNAL_HOST)
FAKE_EMAIL_DOMAIN = "zulipdev.com"
ALLOWED_HOSTS = ['*']
# Uncomment extra backends if you want to test with them. Note that