mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
adjusted
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ const sequelize = new Sequelize(
|
||||
rejectUnauthorized: false, // or provide CA cert if strict
|
||||
},
|
||||
},
|
||||
logging: process.env.NODE_ENV === 'development' ? console.log : false,
|
||||
// logging: process.env.NODE_ENV === 'development' ? console.log : false,
|
||||
logging: false,
|
||||
pool: {
|
||||
max: 10,
|
||||
min: 0,
|
||||
|
||||
Reference in New Issue
Block a user