config.js 161 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 const config = { mailer: { user: "like01test@gmail.com", password: "like1412", expiresIn: 60 * 5, }, }; module.exports = config;