config.js 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 const config = { mailer: { user: "yoobinpark@khu.ac.kr", password: "1q2w3e4r!@", expiresIn: 60 * 5, }, }; module.exports = config;