mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +00:00
Add slack settings to production env example
This commit is contained in:
parent
095c65d9f4
commit
9afcd119ee
@ -60,6 +60,11 @@ EMAIL_USE_SSL=0
|
||||
HIPCHAT_ALERT_ROOM=room_name_or_id
|
||||
HIPCHAT_API_KEY=your_hipchat_api_key
|
||||
|
||||
## SLACK
|
||||
SLACK_ALERT_CHANNEL=channel_name
|
||||
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXXXXX/YYYYYY/ZZZZZZ
|
||||
# SLACK_INTERACTIVE_MESSAGE=True # uncomment if you have cabot added as an app with interactive messages enabled
|
||||
|
||||
## Twilio plugin integration (for SMS and telephone alerts)
|
||||
TWILIO_ACCOUNT_SID=your_account_sid
|
||||
TWILIO_AUTH_TOKEN=your_auth_token
|
||||
|
Loading…
x
Reference in New Issue
Block a user