mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Rename Humbug-based variables in Trac plugin.
(imported from commit 5d406cb6c5fe7b1fbd4da706f7ac6bb6e381cadb)
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
# 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"
|
||||
ZULIP_USER = "trac-bot@zulip.com"
|
||||
ZULIP_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"
|
||||
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"]
|
||||
ZULIP_API_PATH = "/home/humbug/humbug/api"
|
||||
ZULIP_SITE = "https://staging.zulip.com"
|
||||
|
||||
Reference in New Issue
Block a user