fix(config): replace external TCEL URLs with internal gateway in prod
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -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/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user