integrations: Change default ZULIP_SITE to https://zulip.example.com.

Modified:
    asana
    basecamp
    codebase
    git
    jira
    svn
    trac
This commit is contained in:
Tomasz Kolek
2016-11-04 20:16:57 +01:00
committed by Tim Abbott
parent 2c252de311
commit 6d36eb00b6
7 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ ZULIP_TICKETS_STREAM_NAME = "tickets"
ZULIP_API_PATH = None
# Set this to your Zulip API server URI
ZULIP_SITE = "https://api.zulip.com"
ZULIP_SITE = "https://zulip.example.com"
# If you wish to log to a file rather than stdout/stderr,
# please fill this out your desired path