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

@ -8,7 +8,7 @@
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/u",
"host_swagger": "https://tcelanatl.shiblysolution.id/test/u",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -31,10 +31,10 @@
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400,
"reset_password_url": "https://brilianapps.britimorleste.tl/ukln/auth/reset-password/"
"reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:4008/",
"hrms": "http://127.0.0.1:80/"
"notification": "http://127.0.0.1:7004/",
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
}
}