cnf.js 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module.exports = { AWSMYSQL: { connectionLimit : 50, host : 'localhost', user : 'root', password : 'autoset', database : 'stores1'/*접근할 DB 이름*/ } }