We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a59c92 commit c413b0fCopy full SHA for c413b0f
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