Add documentation for changing SITE param in perforce configuration.

This commit is contained in:
Tomasz Kolek 2016-11-03 22:51:21 +01:00 committed by Tim Abbott
parent fe99695210
commit 3e877e069f

View file

@ -24,6 +24,7 @@
# Change these values to configure authentication for the plugin # Change these values to configure authentication for the plugin
ZULIP_USER = "p4-bot@example.com" ZULIP_USER = "p4-bot@example.com"
ZULIP_API_KEY = "0123456789abcdef0123456789abcdef" ZULIP_API_KEY = "0123456789abcdef0123456789abcdef"
ZULIP_SITE = "https://zulip.example.com"
# commit_notice_destination() lets you customize where commit notices # commit_notice_destination() lets you customize where commit notices
# are sent to with the full power of a Python function. # 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 ## If properly installed, the Zulip API should be in your import
## path, but if not, set a custom path below ## path, but if not, set a custom path below
ZULIP_API_PATH = None ZULIP_API_PATH = None
# This should not need to change unless you have a custom Zulip subdomain.
ZULIP_SITE = "https://api.zulip.com"