mirror of https://github.com/zulip/zulip.git
Replace configuration references to trac.humbughq.com with trac.zulip.net
(imported from commit aa042a10ada3f04205fd8d3e94c2b13f12a5a1a7)
This commit is contained in:
parent
2f1551e745
commit
11a503667d
|
@ -7,7 +7,7 @@
|
|||
ZULIP_USER = "trac-bot@zulip.com"
|
||||
ZULIP_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
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"]
|
||||
ZULIP_API_PATH = "/home/humbug/humbug/api"
|
||||
|
|
|
@ -18,7 +18,7 @@ define host{
|
|||
use generic-host
|
||||
host_name trac
|
||||
alias trac
|
||||
address trac.humbughq.com
|
||||
address trac.zulip.net
|
||||
hostgroups all,web,not_pageable_servers
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue