Replace configuration references to trac.humbughq.com with trac.zulip.net

(imported from commit aa042a10ada3f04205fd8d3e94c2b13f12a5a1a7)
This commit is contained in:
Zev Benjamin 2013-09-05 15:26:26 -04:00
parent 8934724b26
commit 5b83144e1f

View file

@ -7,7 +7,7 @@
ZULIP_USER = "trac-bot@zulip.com" ZULIP_USER = "trac-bot@zulip.com"
ZULIP_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ZULIP_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
STREAM_FOR_NOTIFICATIONS = "trac" STREAM_FOR_NOTIFICATIONS = "trac"
TRAC_BASE_TICKET_URL = "https://trac.humbughq.com/ticket" TRAC_BASE_TICKET_URL = "https://trac.zulip.net/ticket"
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"] TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"]
ZULIP_API_PATH = "/home/humbug/humbug/api" ZULIP_API_PATH = "/home/humbug/humbug/api"