module.exports = { mysql: { host: 'localhost', user: 'root', password: 'lb714500', database: 'news' }, sql: { login: 'SELECT id,username,token from user where username = ? and userpassword = ?', add: 'INSERT INTO `user` (username,userpassword) VALUES (?, ?)' } };