Skip to content

Commit

Permalink
autogen: pin v0.8.0-alpha.2 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Mar 4, 2022
1 parent ae63cec commit 67c92a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
"additionalProperties": false
}
},
"required": ["dsn"],
"additionalProperties": false,
"properties": {
"dsn": {
"title": "Data Source Name",
Expand Down Expand Up @@ -275,10 +277,10 @@
"enum": ["cpu", "mem", ""]
},
"log": {
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.344/logrusx/config.schema.json"
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.352/logrusx/config.schema.json"
},
"tracing": {
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.344/tracing/config.schema.json"
"$ref": "https://raw.githubusercontent.com/ory/x/v0.0.352/tracing/config.schema.json"
},
"namespaces": {
"description": "Namespace configuration or it's location.",
Expand Down

0 comments on commit 67c92a7

Please sign in to comment.