From c9b0e190d018cf445bac45fb288961d2ea77b404 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 4 Dec 2013 15:14:08 -0500 Subject: [PATCH] api: Update documentation on ZULIP_SITE option. (imported from commit 82109dc08847240440f90524343c0f9562e4a0bf) --- integrations/asana/zulip_asana_config.py | 3 +-- integrations/basecamp/zulip_basecamp_config.py | 2 +- integrations/codebase/zulip_codebase_config.py | 2 +- integrations/git/zulip_git_config.py | 2 +- integrations/svn/zulip_svn_config.py | 2 +- integrations/trac/zulip_trac_config.py | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/integrations/asana/zulip_asana_config.py b/integrations/asana/zulip_asana_config.py index 72e5259..9943f44 100644 --- a/integrations/asana/zulip_asana_config.py +++ b/integrations/asana/zulip_asana_config.py @@ -49,8 +49,7 @@ RESUME_FILE = "/var/tmp/zulip_asana.state" # When initially started, how many hours of messages to include. ASANA_INITIAL_HISTORY_HOURS = 1 -# This should not need to change unless you have a custom Zulip -# subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com" # If properly installed, the Zulip API should be in your import diff --git a/integrations/basecamp/zulip_basecamp_config.py b/integrations/basecamp/zulip_basecamp_config.py index d1bb68b..3f37728 100644 --- a/integrations/basecamp/zulip_basecamp_config.py +++ b/integrations/basecamp/zulip_basecamp_config.py @@ -41,7 +41,7 @@ ZULIP_STREAM_NAME = "basecamp" ## path, but if not, set a custom path below ZULIP_API_PATH = None -# This should not need to change unless you have a custom Zulip subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com" # If you wish to log to a file rather than stdout/stderr, diff --git a/integrations/codebase/zulip_codebase_config.py b/integrations/codebase/zulip_codebase_config.py index 4524c3e..11a4025 100644 --- a/integrations/codebase/zulip_codebase_config.py +++ b/integrations/codebase/zulip_codebase_config.py @@ -50,7 +50,7 @@ ZULIP_TICKETS_STREAM_NAME = "tickets" # path, but if not, set a custom path below ZULIP_API_PATH = None -# This should not need to change unless you have a custom Zulip subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com" # If you wish to log to a file rather than stdout/stderr, diff --git a/integrations/git/zulip_git_config.py b/integrations/git/zulip_git_config.py index 2f00ba9..992b130 100644 --- a/integrations/git/zulip_git_config.py +++ b/integrations/git/zulip_git_config.py @@ -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 -# This should not need to change unless you have a custom Zulip subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com" diff --git a/integrations/svn/zulip_svn_config.py b/integrations/svn/zulip_svn_config.py index 38bdec9..92104fc 100644 --- a/integrations/svn/zulip_svn_config.py +++ b/integrations/svn/zulip_svn_config.py @@ -53,5 +53,5 @@ def commit_notice_destination(path, commit): ## path, but if not, set a custom path below ZULIP_API_PATH = None -# This should not need to change unless you have a custom Zulip subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com" diff --git a/integrations/trac/zulip_trac_config.py b/integrations/trac/zulip_trac_config.py index 8636008..176f04a 100644 --- a/integrations/trac/zulip_trac_config.py +++ b/integrations/trac/zulip_trac_config.py @@ -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 -# This should not need to change unless you have a custom Zulip subdomain. +# If you're using Zulip Enterprise, set this to your Zulip Enterprise server ZULIP_SITE = "https://api.zulip.com"