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

Commit 773b2b6c by zanamixx

Ajust Test config with default value

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