mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
去除sql执行日志
This commit is contained in:
parent
891619ad55
commit
a62ccbc0db
|
@ -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