Skip to content

Commit

Permalink
fix: Set INCIDENT_REPORT_CHANNEL_NAME environment variable
Browse files Browse the repository at this point in the history
Added by #154
  • Loading branch information
jeansebastienh committed Oct 19, 2020
1 parent 4a59c92 commit c413b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ SLACK_TOKEN=<SET_THIS>
SLACK_SIGNING_SECRET=<SET_THIS>
INCIDENT_CHANNEL_NAME=incidents
INCIDENT_BOT_NAME=incident
INCIDENT_REPORT_CHANNEL_NAME=incident-reports

DJANGO_SETTINGS_MODULE=demo.settings.dev
1 change: 1 addition & 0 deletions demo/env.prod.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SLACK_TOKEN=<SET_THIS>
SLACK_SIGNING_SECRET=<SET_THIS>
INCIDENT_CHANNEL_NAME=incidents
INCIDENT_BOT_NAME=incident
INCIDENT_REPORT_CHANNEL_NAME=incident-reports
DB_HOST=<SET_THIS>
DB_NAME=<SET_THIS>
DB_USER=<SET_THIS>
Expand Down

0 comments on commit c413b0f

Please sign in to comment.