Skip to content

Commit

Permalink
docs: update config.schema.json default values (#2348)
Browse files Browse the repository at this point in the history
Updated wrong config schema values
  • Loading branch information
arunas-ka committed Feb 9, 2021
1 parent 69e7bef commit 8494822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"mode": {
"type": "integer",
"description": "Mode of unix socket in numeric form",
"default": 493,
"default": 755,
"minimum": 0,
"maximum": 511
"maximum": 777
}
}
},
Expand Down Expand Up @@ -684,7 +684,7 @@
"properties": {
"login_consent_request": {
"description": "Configures how long a user login and consent flow may take.",
"default": "1h",
"default": "30m",
"allOf": [
{
"$ref": "#/definitions/duration"
Expand Down

0 comments on commit 8494822

Please sign in to comment.