This commit is contained in:
joseph le 2023-09-27 13:47:01 +07:00
parent add90e62b9
commit 02d7a121f1
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ const databaseConfig: DatabaseConfig = {
migrations: {
naturalSort: true,
},
healthCheck: false,
debug: false,
healthCheck: true,
debug: true,
},
},
};