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 058d6d0 commit 68feb1dCopy full SHA for 68feb1d
config/default.js
@@ -250,7 +250,7 @@ module.exports = {
250
offered: 'withdrawn'
251
},
252
// the sender email
253
- NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL,
+ NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || 'noreply@topcoder.com',
254
// the email notification sendgrid template id
255
NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
256
// frequency of cron checking for available candidates for review
0 commit comments