remove debug

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-07-03 14:15:32 +02:00
parent a4e19a0c6f
commit 15be39db9e

View File

@@ -43,7 +43,7 @@ const databaseConfig: DatabaseConfig = {
database: Env.get('MYSQL_DB_NAME'),
},
healthCheck: true,
debug: true,
debug: false,
},
},