Update production config IPs for new server.

Apps: 192.168.80.133, database: 192.168.80.134.
This commit is contained in:
Narul Hidayah
2026-05-21 11:21:23 +09:00
parent 0a7c632696
commit 8399943fc4

View File

@ -8,7 +8,7 @@
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "http://192.168.1.72/service-user/",
"host_swagger": "http://192.168.80.133/service-user/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -21,7 +21,7 @@
},
"database": {
"engine": "postgres",
"host": "192.168.1.73",
"host": "192.168.80.134",
"port": "5432",
"username": "saude_production",
"password": "y0BZQ6of14OULYnb",