Skip to content

Commit a508b26

Browse files
fix: Set INCIDENT_REPORT_CHANNEL_NAME environment variable
Added by #154
1 parent 2ffdd2d commit a508b26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ SLACK_TOKEN=<SET_THIS>
22
SLACK_SIGNING_SECRET=<SET_THIS>
33
INCIDENT_CHANNEL_NAME=incidents
44
INCIDENT_BOT_NAME=incident
5+
INCIDENT_REPORT_CHANNEL_NAME=incident-reports
56

67
DJANGO_SETTINGS_MODULE=demo.settings.dev

demo/env.prod.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ SLACK_TOKEN=<SET_THIS>
22
SLACK_SIGNING_SECRET=<SET_THIS>
33
INCIDENT_CHANNEL_NAME=incidents
44
INCIDENT_BOT_NAME=incident
5+
INCIDENT_REPORT_CHANNEL_NAME=incident-reports
56
DB_HOST=<SET_THIS>
67
DB_NAME=<SET_THIS>
78
DB_USER=<SET_THIS>

0 commit comments

Comments
 (0)