diff --git a/config/database.ts b/config/database.ts index 77535ae..c80e9bd 100755 --- a/config/database.ts +++ b/config/database.ts @@ -43,7 +43,7 @@ const databaseConfig: DatabaseConfig = { database: Env.get('MYSQL_DB_NAME'), }, healthCheck: true, - debug: true, + debug: false, }, },