Skip to content

Commit a279cb7

Browse files
committed
Revert "remove redundant env variable"
This reverts commit 8858bd2.
1 parent 8858bd2 commit a279cb7

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
@@ -253,6 +253,8 @@ module.exports = {
253253
},
254254
// the sender email
255255
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || '[email protected]',
256+
// the email notification sendgrid template id
257+
NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
256258
// the email notification sendgrid template id of candidate was viewed by client
257259
NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID,
258260
// the email notification sendgrid template id of candidates are available for review

0 commit comments

Comments
 (0)