Rename Humbug-based variables in Trac plugin.
(imported from commit 5d406cb6c5fe7b1fbd4da706f7ac6bb6e381cadb)
This commit is contained in:
parent
4611b40b12
commit
0c3eba5331
3 changed files with 20 additions and 22 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue