mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			589 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			589 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.
 | 
						|
 | 
						|
HUMBUG_USER = "trac-bot@zulip.com"
 | 
						|
HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 | 
						|
STREAM_FOR_NOTIFICATIONS = "trac"
 | 
						|
TRAC_BASE_TICKET_URL = "https://trac.humbughq.com/ticket"
 | 
						|
 | 
						|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment",
 | 
						|
                      "owner"]
 | 
						|
HUMBUG_API_PATH = "/home/humbug/humbug/api"
 | 
						|
HUMBUG_SITE = "https://staging.zulip.com"
 |