Skip to content

Commit

Permalink
Add expires seconds default value and remove other
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Jun 13, 2024
1 parent c65a9be commit b98303c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,19 +790,16 @@
"properties": {
"URI": {
"type": "string",
"default": "https://dbildungscloud.de/etherpad/api/1",
"description": "The etherpad api version uri."
},
"PAD_URI": {
"type": "string",
"format": "uri",
"default": "https://dbildungscloud.de/etherpad/p",
"pattern": ".*(?<!/)$",
"description": "The etherpad pad uri"
},
"OLD_PAD_URI": {
"type": "string",
"default": "https://etherpad.dbildungscloud.de/p",
"description": "The etherpad api version uri."
},
"API_KEY": {
Expand All @@ -812,17 +809,14 @@
},
"COOKIE_EXPIRES_SECONDS": {
"type": "integer",
"default": 28800,
"default": 7200,
"description": "Number of seconds after an etherpad cookie expires."
},
"COOKIE_RELEASE_THRESHOLD": {
"type": "integer",
"default": 7200,
"description": "If Session Valid time is smaller than this, a new session is created on request."
}
},
"default": {
"PAD_URI": "https://dbildungscloud.de/etherpad/p"
}
},
"NEXTCLOUD_BASE_URL": {
Expand Down

0 comments on commit b98303c

Please sign in to comment.