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": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400,
"access_token_lifetime": 2592000,
"reset_password_url": "http://localhost:9080/auth/reset-password/"
},
"service": {