mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 23:43:38 +00:00
10 lines
318 B
Markdown
10 lines
318 B
Markdown
Open `{{ config_file_path}}` with your favorite editor, and change the
|
|
following lines to specify the email address and API key for your
|
|
{{ integration_display_name }} bot:
|
|
|
|
```
|
|
ZULIP_USER = "{{ integration_name }}-bot@example.com"
|
|
ZULIP_API_KEY = "0123456789abcdef0123456789abcdef"
|
|
ZULIP_SITE = "{{ zulip_url }}"
|
|
```
|