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

Commit ec416786 by Jochem Maas

revert the fail

1 parent 8e9eaf36
Showing with 3 additions and 3 deletions
...@@ -6,10 +6,10 @@ module.exports = { ...@@ -6,10 +6,10 @@ module.exports = {
//make maxIdleTime small so that tests exit promptly //make maxIdleTime small so that tests exit promptly
mysql: { mysql: {
username: "root", username: "root",
password: "newdawn", password: null,
database: 'sequelize_test', database: 'sequelize_test',
host: 'localhost', host: '127.0.0.1',
port: '/tmp/mysql.sock', port: 3306,
pool: { maxConnections: 5, maxIdleTime: 30} 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!