박정인

cnf.js

Showing 1 changed file with 9 additions and 0 deletions
1 +module.exports = {
2 + AWSMYSQL: {
3 + connectionLimit : 50,
4 + host : 'localhost',
5 + user : 'root',
6 + password : 'autoset',
7 + database : 'stores1'/*접근할 DB 이름*/
8 + }
9 +}