2013-02-13 16:28:19 -05:00
|
|
|
# Humbug Inc's internal trac plugin configuration.
|
|
|
|
# The plugin and example config are under api/integrations/
|
|
|
|
|
|
|
|
# Leaving all the instructions out of this file to avoid having to
|
|
|
|
# sync them as we update the comments.
|
2013-02-13 13:47:23 -05:00
|
|
|
|
|
|
|
HUMBUG_USER = "humbug+trac@humbughq.com"
|
|
|
|
HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
STREAM_FOR_NOTIFICATIONS = "trac"
|
|
|
|
TRAC_BASE_TICKET_URL = "https://trac.humbughq.com/ticket"
|
|
|
|
|
2013-02-13 16:28:19 -05:00
|
|
|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment"]
|
2013-02-13 13:47:23 -05:00
|
|
|
HUMBUG_API_PATH = "/home/humbug/humbug/api"
|
2013-02-13 15:52:47 -05:00
|
|
|
HUMBUG_SITE = "https://staging.humbughq.com"
|