Update prod IP address in ALLOWED_HOSTS.

(imported from commit 179cfc1fbf9ba0c92b231dc56744597a851b4893)
This commit is contained in:
Tim Abbott
2013-05-24 10:31:39 -04:00
parent 70d4d9cb7e
commit e5bcda02c4

View File

@@ -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']