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 7626753 commit 48b3625Copy full SHA for 48b3625
config/default.js
@@ -166,7 +166,7 @@ module.exports = {
166
// the emails address for overlapping interview
167
NOTIFICATION_OPS_EMAILS: (process.env.NOTIFICATION_OPS_EMAILS || '[email protected]').split(','),
168
// the slack channel for sending notifications
169
- NOTIFICATION_SLACK_CHANNEL: process.env.NOTIFICATION_SLACK_CHANNEL || '#dev-general',
+ NOTIFICATION_SLACK_CHANNEL: process.env.NOTIFICATION_SLACK_CHANNEL || '#tass-notification',
170
// SendGrid email template ID for reporting issue
171
REPORT_ISSUE_SENDGRID_TEMPLATE_ID: process.env.REPORT_ISSUE_SENDGRID_TEMPLATE_ID,
172
// SendGrid email template ID for requesting extension
0 commit comments