From 8399943fc40b62d8cc7a907a45ea67fe84fa232c Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Thu, 21 May 2026 11:21:23 +0900 Subject: [PATCH] Update production config IPs for new server. Apps: 192.168.80.133, database: 192.168.80.134. --- config/prod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/prod.json b/config/prod.json index bd841be..3478d09 100644 --- a/config/prod.json +++ b/config/prod.json @@ -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",