mirror of https://github.com/zulip/zulip.git
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:
parent
18ad35013f
commit
c1d7e42fa3
|
@ -41,6 +41,8 @@ else:
|
||||||
|
|
||||||
EXTERNAL_HOST_WITHOUT_PORT = deport(EXTERNAL_HOST)
|
EXTERNAL_HOST_WITHOUT_PORT = deport(EXTERNAL_HOST)
|
||||||
|
|
||||||
|
FAKE_EMAIL_DOMAIN = "zulipdev.com"
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
# Uncomment extra backends if you want to test with them. Note that
|
# Uncomment extra backends if you want to test with them. Note that
|
||||||
|
|
Loading…
Reference in New Issue