From 2b3e2f25ecd95e6c139581b577f05db247bd68cf Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 7 Sep 2023 15:25:22 +0200 Subject: [PATCH] fix: Add correct duration string for max-age option --- configs/config-demo.json | 2 +- configs/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config-demo.json b/configs/config-demo.json index 578aa37..8423758 100644 --- a/configs/config-demo.json +++ b/configs/config-demo.json @@ -5,7 +5,7 @@ "path": "./var/job-archive" }, "jwts": { - "max-age": "2m" + "max-age": "2000h" }, "clusters": [ { diff --git a/configs/config.json b/configs/config.json index fbc3343..d5b8ada 100644 --- a/configs/config.json +++ b/configs/config.json @@ -43,7 +43,7 @@ "jwts": { "cookieName": "", "validateUser": false, - "max-age": "2m", + "max-age": "2000h", "trustedIssuer": "" }, "short-running-jobs-duration": 300