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 5b39bc8 commit 8858bd2Copy full SHA for 8858bd2
config/default.js
@@ -253,8 +253,6 @@ module.exports = {
253
},
254
// the sender email
255
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,
258
// the email notification sendgrid template id of candidate was viewed by client
259
NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID,
260
// the email notification sendgrid template id of candidates are available for review
0 commit comments