fix(config): replace external TCEL URLs with internal gateway in prod

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Narul Hidayah
2026-05-22 10:25:02 +09:00
parent 75062a70d4
commit db10ceb500

View File

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