chore: change the token lifetime for 1 month

This commit is contained in:
avicenan
2026-06-22 11:44:10 +09:00
parent efba7e4c42
commit d28da5584f
4 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 30, "refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400, "access_token_lifetime": 2592000,
"reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/" "reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/"
}, },
"service": { "service": {

View File

@ -31,7 +31,7 @@
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 30, "refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400, "access_token_lifetime": 2592000,
"reset_password_url": "http://localhost:9080/auth/reset-password/" "reset_password_url": "http://localhost:9080/auth/reset-password/"
}, },
"service": { "service": {

View File

@ -30,7 +30,7 @@
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 30, "refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400, "access_token_lifetime": 2592000,
"reset_password_url": "http://10.64.1.10:9080/auth/reset-password/" "reset_password_url": "http://10.64.1.10:9080/auth/reset-password/"
}, },
"service": { "service": {

View File

@ -29,8 +29,8 @@
"logging": true "logging": true
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 1, "refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400, "access_token_lifetime": 2592000,
"reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/" "reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/"
}, },
"service": { "service": {