Skip to content

Commit 89a2a41

Browse files
committed
Revert "remove redundant env variable"
This reverts commit 8858bd2.
1 parent 80baf96 commit 89a2a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ module.exports = {
256256
},
257257
// the sender email
258258
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || 'noreply@topcoder.com',
259+
// the email notification sendgrid template id
260+
NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
259261
// the email notification sendgrid template id of candidate was viewed by client
260262
NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID,
261263
// the email notification sendgrid template id of candidates are available for review

0 commit comments

Comments
 (0)