mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Update prod IP address in ALLOWED_HOSTS.
(imported from commit 179cfc1fbf9ba0c92b231dc56744597a851b4893)
This commit is contained in:
		@@ -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']
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user