박정인

cnf.js

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