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 2f1551e745
commit 11a503667d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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
}