From 32bf37babf48ad37ccce49a4af312825c489247f Mon Sep 17 00:00:00 2001 From: David Beitey Date: Wed, 4 Dec 2019 03:06:28 +0000 Subject: [PATCH] Add Slack to production.env.example This demonstrates the possible options available for the Slack integration plugin. Related to / may be sufficient to close #22. --- conf/production.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/production.env.example b/conf/production.env.example index e2763ef..a2d5d95 100644 --- a/conf/production.env.example +++ b/conf/production.env.example @@ -44,6 +44,14 @@ WWW_SCHEME=http # TWILIO_AUTH_TOKEN=your_auth_token # TWILIO_OUTGOING_NUMBER=+14155551234 +# Slack integration for alerts +# SLACK_ALERT_CHANNEL=channel_name_without_hash +# SLACK_WEBHOOK_URL=url_of_your_webhook_integration_from_slack +# SLACK_ICON_URL=http://lorempixel.com/40/40/ + +# Leave undefined to disable or set to empty string +# SLACK_INTERACTIVE_MESSAGES=true + # Use for LDAP authentication # AUTH_LDAP=true # AUTH_LDAP_SERVER_URI=ldap://ldap.example.com