update config prod.json

This commit is contained in:
wayanrivan
2026-05-18 14:14:49 +07:00
parent 2e77f51d3d
commit 0a7c632696

View File

@ -8,7 +8,7 @@
"server": { "server": {
"port": "7001", "port": "7001",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://tcelanatl.shiblysolution.id/test/u", "host_swagger": "http://192.168.1.72/service-user/",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
@ -21,11 +21,11 @@
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "172.16.11.202", "host": "192.168.1.73",
"port": "5432", "port": "5432",
"username": "tcel_staging", "username": "saude_production",
"password": "fK*#o>1W2&6f", "password": "y0BZQ6of14OULYnb",
"database": "tcel_anatl_staging", "database": "saude_production",
"logging": false "logging": false
}, },
"auth": { "auth": {