Add slack settings to production env example

This commit is contained in:
Frank Hamand 2017-05-11 14:12:32 +01:00
parent 095c65d9f4
commit 9afcd119ee

View File

@ -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