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

Commit 773b2b6c by zanamixx

Ajust Test config with default value

1 parent 4caf1090
......@@ -4,6 +4,4 @@ test*.js
.DS_STORE
node_modules
npm-debug.log
spec/config/config.js
spec-jasmine/config/config.js
*~
......@@ -18,8 +18,7 @@ module.exports = {
postgres: {
database: 'sequelize_test',
username: "root",
password: "toor",
username: "postgres",
port: 5432,
pool: { maxConnections: 5, maxIdleTime: 30}
}
......
......@@ -24,8 +24,7 @@ module.exports = {
postgres: {
database: 'sequelize_test',
username: "root",
password: "toor",
username: "postgres",
port: 5432,
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!