mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-02 05:49:30 +08:00
Merge pull request #4 from BillMills/v3
suppress deprecation warnings from sequelize
This commit is contained in:
commit
237fc2883a
@ -12,8 +12,10 @@ var sequelize = new Sequelize(dbConfig.connection.dbName, dbConfig.connection.us
|
|||||||
max: dbConfig.pool.max
|
max: dbConfig.pool.max
|
||||||
},
|
},
|
||||||
dialectOptions: {
|
dialectOptions: {
|
||||||
requestTimeout: 30000
|
requestTimeout: 30000,
|
||||||
}
|
encrypt: false
|
||||||
|
},
|
||||||
|
operatorsAliases: false
|
||||||
});
|
});
|
||||||
|
|
||||||
sequelize
|
sequelize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user