mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Update prod IP address in ALLOWED_HOSTS.
(imported from commit 179cfc1fbf9ba0c92b231dc56744597a851b4893)
This commit is contained in:
parent
70d4d9cb7e
commit
e5bcda02c4
@ -20,7 +20,7 @@ if DEBUG:
|
||||
INTERNAL_IPS = ('127.0.0.1',)
|
||||
if DEPLOYED:
|
||||
# The IP addresses are for app.humbughq.com and staging.humbughq.com
|
||||
ALLOWED_HOSTS = ['localhost', '.humbughq.com', '54.245.10.122', '54.245.120.64']
|
||||
ALLOWED_HOSTS = ['localhost', '.humbughq.com', '54.214.48.144', '54.245.120.64']
|
||||
else:
|
||||
ALLOWED_HOSTS = ['localhost']
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user