From c413b0fd4b6bc282401807b7c4f84cf651188404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Hedde?= Date: Thu, 10 Sep 2020 16:25:44 +0200 Subject: [PATCH] fix: Set INCIDENT_REPORT_CHANNEL_NAME environment variable Added by https://github.com/monzo/response/pull/154 --- demo/env.example | 1 + demo/env.prod.example | 1 + 2 files changed, 2 insertions(+) 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=