Skip to content

Commit 68feb1d

Browse files
committed
set default email sender for easier local dev
1 parent 058d6d0 commit 68feb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ module.exports = {
250250
offered: 'withdrawn'
251251
},
252252
// the sender email
253-
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL,
253+
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || 'noreply@topcoder.com',
254254
// the email notification sendgrid template id
255255
NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
256256
// frequency of cron checking for available candidates for review

0 commit comments

Comments
 (0)