mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-01-24 02:19:05 +01:00
fix: Add correct duration string for max-age option
This commit is contained in:
parent
ed5ecbd914
commit
2b3e2f25ec
@ -5,7 +5,7 @@
|
|||||||
"path": "./var/job-archive"
|
"path": "./var/job-archive"
|
||||||
},
|
},
|
||||||
"jwts": {
|
"jwts": {
|
||||||
"max-age": "2m"
|
"max-age": "2000h"
|
||||||
},
|
},
|
||||||
"clusters": [
|
"clusters": [
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user