mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00: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:
		| @@ -41,6 +41,8 @@ else: | |||||||
|  |  | ||||||
| EXTERNAL_HOST_WITHOUT_PORT = deport(EXTERNAL_HOST) | EXTERNAL_HOST_WITHOUT_PORT = deport(EXTERNAL_HOST) | ||||||
|  |  | ||||||
|  | FAKE_EMAIL_DOMAIN = "zulipdev.com" | ||||||
|  |  | ||||||
| ALLOWED_HOSTS = ['*'] | ALLOWED_HOSTS = ['*'] | ||||||
|  |  | ||||||
| # Uncomment extra backends if you want to test with them.  Note that | # Uncomment extra backends if you want to test with them.  Note that | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user