2013-08-06 21:32:15 +02:00
|
|
|
# Zulip, Inc's internal trac plugin configuration.
|
2013-02-13 22:28:19 +01:00
|
|
|
# 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 19:47:23 +01:00
|
|
|
|
2013-08-07 18:01:49 +02:00
|
|
|
ZULIP_USER = "trac-bot@zulip.com"
|
|
|
|
ZULIP_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
2013-02-13 19:47:23 +01:00
|
|
|
STREAM_FOR_NOTIFICATIONS = "trac"
|
2013-09-05 21:26:26 +02:00
|
|
|
TRAC_BASE_TICKET_URL = "https://trac.zulip.net/ticket"
|
2013-02-13 19:47:23 +01:00
|
|
|
|
2013-08-07 18:01:49 +02:00
|
|
|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"]
|
2013-10-04 19:19:57 +02:00
|
|
|
ZULIP_API_PATH = "/home/zulip/zulip/api"
|
2015-02-06 07:07:26 +01:00
|
|
|
ZULIP_SITE = "https://zulip.com"
|