db.js 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 module.exports = (function (){ return { local: { host: 'yapp.cmarogp1dz0t.ap-northeast-2.rds.amazonaws.com', user: 'admin', password: 'findmyzone!', database: 'attendance' } } })();