feat: increase jwtttl

This commit is contained in:
Philipp Rothmann 2023-03-06 16:17:25 +01:00
parent 5bbe653775
commit 35d1e14a81
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ service:
JWTSecret: {{ secret "jwt_secret" }}
# # The duration of the issed JWT tokens in seconds.
# # The default is 259200 seconds (3 Days).
# jwtttl: 259200
# jwtttl: 604800
# # The duration of the "remember me" time in seconds. When the login request is made with
# # the long param set, the token returned will be valid for this period.
# # The default is 2592000 seconds (30 Days).