From db10ceb500c20efa6937b66ac2e6f8b74bd48a73 Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Fri, 22 May 2026 10:25:02 +0900 Subject: [PATCH] fix(config): replace external TCEL URLs with internal gateway in prod Co-authored-by: Cursor --- config/prod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/prod.json b/config/prod.json index 167349c..6dbca5a 100644 --- a/config/prod.json +++ b/config/prod.json @@ -31,10 +31,10 @@ "auth": { "refresh_token_lifetime_day": 30, "access_token_lifetime": 86400, - "reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/" + "reset_password_url": "http://10.64.1.10:9080/auth/reset-password/" }, "service": { "notification": "http://172.16.10.10:7004/", - "hrms": "https://tcelanatl.shiblysolution.id/hrms/" + "hrms": "http://10.64.1.10:9080/service-hrms/" } }