module.exports = { Mysql: { host : 'localhost', user : 'root', password : 'lb714500', database : 'jiazhao' }, sql : { userReg: 'INSERT INTO user(name,pwd,phone) VALUES (?,?,?)', userLogin: 'SELECT id,name,phone from user where name = ? and pwd = ?' } } //配置数据库