Switch to side-by-side view
--- a/config/email.js +++ b/config/email.js @@ -2,8 +2,9 @@ //Credentials for Email which will send +var configuration = require('../config.json'); + module.exports={ - userEmail: process.env.USEREMAIL, - userPwd: process.env.USERPWD -} - + userEmail: configuration.Email.USEREMAIL, + userPwd: configuration.Email.USERPWD +}