chore: not debuging knex at development also

This commit is contained in:
wonderlandpark 2021-03-28 13:00:41 +09:00
parent 0641568215
commit 81fb011edb

View File

@ -8,6 +8,5 @@ export default knex({
password: process.env.MYSQL_PASSWORD,
database: process.env.MYSQL_DATABASE || 'discordbots',
charset: 'utf8mb4',
},
debug: process.env.NODE_ENV === 'development',
}
})