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