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/" } }