不要怂,就是干,撸起袖子干!

Commit ec416786 by Jochem Maas

revert the fail

1 parent 8e9eaf36
Showing with 3 additions and 3 deletions
......@@ -6,10 +6,10 @@ module.exports = {
//make maxIdleTime small so that tests exit promptly
mysql: {
username: "root",
password: "newdawn",
password: null,
database: 'sequelize_test',
host: 'localhost',
port: '/tmp/mysql.sock',
host: '127.0.0.1',
port: 3306,
pool: { maxConnections: 5, maxIdleTime: 30}
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!