fix: Add correct duration string for max-age option

This commit is contained in:
Jan Eitzinger 2023-09-07 15:25:22 +02:00
parent ed5ecbd914
commit 2b3e2f25ec
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"path": "./var/job-archive" "path": "./var/job-archive"
}, },
"jwts": { "jwts": {
"max-age": "2m" "max-age": "2000h"
}, },
"clusters": [ "clusters": [
{ {

View File

@ -43,7 +43,7 @@
"jwts": { "jwts": {
"cookieName": "", "cookieName": "",
"validateUser": false, "validateUser": false,
"max-age": "2m", "max-age": "2000h",
"trustedIssuer": "" "trustedIssuer": ""
}, },
"short-running-jobs-duration": 300 "short-running-jobs-duration": 300