[mod] conf
This commit is contained in:
parent
d8a74f8e37
commit
0e8e9ec68b
|
|
@ -207,8 +207,13 @@ namespace _zeitbild.conf
|
||||||
"lifetime": {
|
"lifetime": {
|
||||||
"nullable": false,
|
"nullable": false,
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 900
|
"default": 3600,
|
||||||
}
|
},
|
||||||
|
"prolongation": {
|
||||||
|
"nullable": true,
|
||||||
|
"type": "integer",
|
||||||
|
"default": 300,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue