add new service: service to rooms

This commit is contained in:
wayanrivan
2026-02-16 08:54:16 +07:00
parent c5b74d1746
commit e7f4deca7c
4 changed files with 58 additions and 4 deletions

View File

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