From 188bcca2017817d0a14f10bd5bf3a0eb9f4d0f43 Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Mon, 22 Jun 2026 18:44:50 +0900 Subject: [PATCH] update config --- config/prod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/prod.json b/config/prod.json index 739cbb2..83367a7 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "http://10.64.1.10:9080/service-user/", + "host_swagger": "https://histl.hngv/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -31,10 +31,10 @@ "auth": { "refresh_token_lifetime_day": 30, "access_token_lifetime": 2592000, - "reset_password_url": "http://10.64.1.10:9080/auth/reset-password/" + "reset_password_url": "https://histl.hngv/auth/reset-password/" }, "service": { "notification": "http://172.16.10.10:7004/", - "hrms": "http://10.64.1.10:9080/service-hrms/" + "hrms": "https://histl.hngv/service-hrms/" } }