We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffdd2d commit a508b26Copy full SHA for a508b26
demo/env.example
@@ -2,5 +2,6 @@ SLACK_TOKEN=<SET_THIS>
2
SLACK_SIGNING_SECRET=<SET_THIS>
3
INCIDENT_CHANNEL_NAME=incidents
4
INCIDENT_BOT_NAME=incident
5
+INCIDENT_REPORT_CHANNEL_NAME=incident-reports
6
7
DJANGO_SETTINGS_MODULE=demo.settings.dev
demo/env.prod.example
@@ -2,6 +2,7 @@ SLACK_TOKEN=<SET_THIS>
DB_HOST=<SET_THIS>
DB_NAME=<SET_THIS>
8
DB_USER=<SET_THIS>
0 commit comments