diff --git a/demo/env.example b/demo/env.example index b8aa9d7b..7baf9e86 100644 --- a/demo/env.example +++ b/demo/env.example @@ -2,5 +2,6 @@ SLACK_TOKEN= SLACK_SIGNING_SECRET= INCIDENT_CHANNEL_NAME=incidents INCIDENT_BOT_NAME=incident +INCIDENT_REPORT_CHANNEL_NAME=incident-reports DJANGO_SETTINGS_MODULE=demo.settings.dev diff --git a/demo/env.prod.example b/demo/env.prod.example index 52a9b80f..6ce1e247 100644 --- a/demo/env.prod.example +++ b/demo/env.prod.example @@ -2,6 +2,7 @@ SLACK_TOKEN= SLACK_SIGNING_SECRET= INCIDENT_CHANNEL_NAME=incidents INCIDENT_BOT_NAME=incident +INCIDENT_REPORT_CHANNEL_NAME=incident-reports DB_HOST= DB_NAME= DB_USER=