mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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)
|
||||
|
||||
FAKE_EMAIL_DOMAIN = "zulipdev.com"
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# Uncomment extra backends if you want to test with them. Note that
|
||||
|
||||
Loading…
Reference in New Issue
Block a user