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"