mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 16:36:07 +08:00
去除sql执行日志
This commit is contained in:
parent
2aec1f9846
commit
1d5e3acc93
|
@ -4,6 +4,7 @@ import config from '../config/index';
|
|||
export const sequelize = new Sequelize({
|
||||
dialect: 'sqlite',
|
||||
storage: `${config.dbPath}database.sqlite`,
|
||||
logging: false,
|
||||
pool: {
|
||||
max: 6,
|
||||
min: 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user