mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-01 21:39:31 +08:00
suppress deprecation warnings from sequelize
This commit is contained in:
parent
c97dcc5608
commit
c34ee9cde3
@ -12,8 +12,10 @@ var sequelize = new Sequelize(dbConfig.connection.dbName, dbConfig.connection.us
|
||||
max: dbConfig.pool.max
|
||||
},
|
||||
dialectOptions: {
|
||||
requestTimeout: 30000
|
||||
}
|
||||
requestTimeout: 30000,
|
||||
encrypt: false
|
||||
},
|
||||
operatorsAliases: false
|
||||
});
|
||||
|
||||
sequelize
|
||||
|
Loading…
x
Reference in New Issue
Block a user