mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Simplify deployment role configuration.
(imported from commit f9a9cf0ae33e7a74517255f944c91fa9aba14e33)
This commit is contained in:
		@@ -246,6 +246,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
 | 
			
		||||
                    'LOCAL_UPLOADS_DIR': None,
 | 
			
		||||
                    'DROPBOX_APP_KEY': '',
 | 
			
		||||
                    'ERROR_REPORTING': True,
 | 
			
		||||
                    'DEPLOYMENT_ROLE_NAME': ADMIN_DOMAIN,
 | 
			
		||||
                    # The following bots only exist in non-ENTERPRISE installs
 | 
			
		||||
                    'ERROR_BOT': None,
 | 
			
		||||
                    'NEW_USER_BOT': None,
 | 
			
		||||
@@ -276,7 +277,6 @@ MANAGERS = ADMINS
 | 
			
		||||
REQUIRED_SETTINGS = [("EXTERNAL_HOST", ""),
 | 
			
		||||
                     ("ZULIP_ADMINISTRATOR", ""),
 | 
			
		||||
                     ("ADMIN_DOMAIN", ""),
 | 
			
		||||
                     ("DEPLOYMENT_ROLE_NAME", ""),
 | 
			
		||||
                     ("DEPLOYMENT_ROLE_KEY", ""),
 | 
			
		||||
                     # SECRET_KEY doesn't really need to be here, in
 | 
			
		||||
                     # that we set it automatically, but just in
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user