module.exports = { mysql: { host : 'localhost', user : 'root', password : 'zxl123', database : 'admin', connectionLimit : 10, }, sql:{ } }