Enterprise => Voyager.

(imported from commit 41b9a67301aeaf5fd40bbbb8f34a326ca98431fd)
This commit is contained in:
David Roe 2015-08-21 02:56:54 -07:00 committed by Tim Abbott
parent 25dbc68fea
commit 3d7c94c1a8
8 changed files with 10 additions and 10 deletions

View file

@ -49,7 +49,7 @@ RESUME_FILE = "/var/tmp/zulip_asana.state"
# When initially started, how many hours of messages to include.
ASANA_INITIAL_HISTORY_HOURS = 1
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"
# If properly installed, the Zulip API should be in your import

View file

@ -41,7 +41,7 @@ ZULIP_STREAM_NAME = "basecamp"
## path, but if not, set a custom path below
ZULIP_API_PATH = None
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"
# If you wish to log to a file rather than stdout/stderr,

View file

@ -50,7 +50,7 @@ ZULIP_TICKETS_STREAM_NAME = "tickets"
# path, but if not, set a custom path below
ZULIP_API_PATH = None
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"
# If you wish to log to a file rather than stdout/stderr,

View file

@ -61,5 +61,5 @@ def format_commit_message(author, subject, commit_id):
## path, but if not, set a custom path below
ZULIP_API_PATH = None
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"

View file

@ -53,5 +53,5 @@ def commit_notice_destination(path, commit):
## path, but if not, set a custom path below
ZULIP_API_PATH = None
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"

View file

@ -47,5 +47,5 @@ TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment", "owner"
## path, but if not, set a custom path below
ZULIP_API_PATH = None
# If you're using Zulip Enterprise, set this to your Zulip Enterprise server
# If you're using Zulip Voyager, set this to your Zulip Voyager server
ZULIP_SITE = "https://api.zulip.com"