mirror of https://github.com/zulip/zulip.git
settings: Add some new IP addresses to ALLOWED_HOSTS.
(imported from commit e2794219b7393bc2513142e074b43513ba120e9c)
This commit is contained in:
parent
ef906c3cd3
commit
9d8adba30c
|
@ -45,6 +45,7 @@ elif DEPLOYED:
|
|||
# The IP addresses are for app.zulip.{com,net} and staging.zulip.{com,net}
|
||||
ALLOWED_HOSTS = ['localhost', '.humbughq.com', '54.214.48.144', '54.213.44.54',
|
||||
'54.213.41.54', '54.213.44.58', '54.213.44.73',
|
||||
'54.200.19.65', '54.201.95.104', '54.201.95.206',
|
||||
'54.245.120.64', '54.213.44.83', '.zulip.com', '.zulip.net']
|
||||
else:
|
||||
ALLOWED_HOSTS = ['localhost']
|
||||
|
|
Loading…
Reference in New Issue