This commit is contained in:
2026-05-04 18:30:49 +07:00
parent c848db9e65
commit ed5a1288c3
3 changed files with 48 additions and 147 deletions

View File

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