From 35d1e14a812418a6a543bce56ff9dfed48d92508 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 6 Mar 2023 16:17:25 +0100 Subject: [PATCH] feat: increase jwtttl --- config.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.tmpl b/config.yml.tmpl index f996ec6..2878616 100644 --- a/config.yml.tmpl +++ b/config.yml.tmpl @@ -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).