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"
},
"jwts": {
"max-age": "2m"
"max-age": "2000h"
},
"clusters": [
{

View File

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