mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
integrations: Change default ZULIP_SITE to https://zulip.example.com.
Modified:
asana
basecamp
codebase
git
jira
svn
trac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user