mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This may require just doing an mv on the home directory, plus changing the home directory in /etc/passwd. It should of course be done carefully. (imported from commit 660997d897ee6d33563af74f0fc5d4267a911755)
		
			
				
	
	
		
			15 lines
		
	
	
		
			558 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			558 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Zulip, Inc's internal trac plugin configuration.
 | 
						|
# The plugin and example config are under api/integrations/
 | 
						|
 | 
						|
# Leaving all the instructions out of this file to avoid having to
 | 
						|
# sync them as we update the comments.
 | 
						|
 | 
						|
ZULIP_USER = "trac-bot@zulip.com"
 | 
						|
ZULIP_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 | 
						|
STREAM_FOR_NOTIFICATIONS = "trac"
 | 
						|
TRAC_BASE_TICKET_URL = "https://trac.zulip.net/ticket"
 | 
						|
 | 
						|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"]
 | 
						|
ZULIP_API_PATH = "/home/zulip/zulip/api"
 | 
						|
ZULIP_SITE = "https://staging.zulip.com"
 |