update config prod.json

This commit is contained in:
wayanrivan
2026-05-18 14:13:42 +07:00
parent e11c1def12
commit d4a3194c34

View File

@ -8,7 +8,7 @@
"server": {
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/m/",
"host_swagger": "http://192.168.1.72/service-master-data/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -21,11 +21,11 @@
},
"database": {
"engine": "postgres",
"host": "172.16.11.202",
"host": "192.168.1.73",
"port": "5432",
"username": "tcel_staging",
"password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging",
"username": "saude_production",
"password": "y0BZQ6of14OULYnb",
"database": "saude_production",
"logging": false
}
}