From 3e877e069f96e79cd1eb8376b1407ef5f6937a48 Mon Sep 17 00:00:00 2001 From: Tomasz Kolek Date: Thu, 3 Nov 2016 22:51:21 +0100 Subject: [PATCH] Add documentation for changing SITE param in perforce configuration. --- integrations/perforce/zulip_perforce_config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integrations/perforce/zulip_perforce_config.py b/integrations/perforce/zulip_perforce_config.py index d03fe7f..2a4bfeb 100644 --- a/integrations/perforce/zulip_perforce_config.py +++ b/integrations/perforce/zulip_perforce_config.py @@ -24,6 +24,7 @@ # Change these values to configure authentication for the plugin ZULIP_USER = "p4-bot@example.com" ZULIP_API_KEY = "0123456789abcdef0123456789abcdef" +ZULIP_SITE = "https://zulip.example.com" # commit_notice_destination() lets you customize where commit notices # are sent to with the full power of a Python function. @@ -57,6 +58,3 @@ def commit_notice_destination(path, changelist): ## If properly installed, the Zulip API should be in your import ## 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. -ZULIP_SITE = "https://api.zulip.com"