update reset password

This commit is contained in:
Narul Hidayah
2026-01-02 11:40:15 +07:00
parent aa4833a086
commit b7dae376d2
4 changed files with 9 additions and 9 deletions

View File

@ -32,10 +32,10 @@
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400,
"reset_password_url": "https://bri-dev.shiblysolution.id/auth/reset-password/"
"reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:4008/",
"notification": "http://127.0.0.1:7004/",
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
}
}