From a4bc7e4e86a7d318ff70eb0ea77708814c0e13e6 Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Thu, 21 May 2026 14:57:58 +0900 Subject: [PATCH] fix(config): route production URLs through APISIX gateway Point host_swagger to 192.168.80.123; database host unchanged. Co-authored-by: Cursor --- config/prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.json b/config/prod.json index cbb3564..923d39a 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7002", "host": "0.0.0.0", - "host_swagger": "http://192.168.80.129/service-master-data/", + "host_swagger": "http://192.168.80.123/service-master-data/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined",