update for revenue dashboard
Some checks failed
Deploy Backend / deploy (push) Has been cancelled

This commit is contained in:
wayanrivan
2026-07-07 09:03:33 +07:00
parent bce6ebd12f
commit 1c5195d986
11 changed files with 478 additions and 1246 deletions

View File

@ -22,10 +22,10 @@
"database": {
"engine": "postgres",
"host": "127.0.0.1",
"port": "15432",
"username": "saude_stag",
"password": "gM*#o>3W4&5X",
"database": "saude_stag",
"port": "5432",
"username": "rivanwayan",
"password": "",
"database": "revenue",
"synchronize": true,
"logging": true
},