mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 19:39:31 +08:00
branch sync
This commit is contained in:
parent
9742e138e4
commit
c6a10a6f84
@ -13,8 +13,10 @@ var sequelize = new Sequelize(dbName, username, password, {
|
||||
timestamps: false
|
||||
},
|
||||
dialectOptions: {
|
||||
requestTimeout: 30000
|
||||
}
|
||||
requestTimeout: 30000,
|
||||
encrypt: false
|
||||
},
|
||||
operatorsAliases: false
|
||||
});
|
||||
|
||||
sequelize
|
||||
|
Loading…
x
Reference in New Issue
Block a user