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 3e877e069f
commit f380127f1e
7 changed files with 9 additions and 9 deletions

View file

@ -49,7 +49,7 @@ RESUME_FILE = "/var/tmp/zulip_asana.state"
ASANA_INITIAL_HISTORY_HOURS = 1
# Set this to your Zulip API server URI
ZULIP_SITE = "https://api.zulip.com"
ZULIP_SITE = "https://zulip.example.com"
# If properly installed, the Zulip API should be in your import
# path, but if not, set a custom path below