Skip to content

Commit

Permalink
chore: update config json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Feb 5, 2024
1 parent 2119593 commit d7f1061
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions backend/json_schema/hanko.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
"webauthn": {
"$ref": "#/$defs/WebauthnSettings"
},
"smtp": {
"$ref": "#/$defs/SMTP"
},
"passcode": {
"$ref": "#/$defs/Passcode"
},
Expand Down Expand Up @@ -379,19 +382,17 @@
"email": {
"$ref": "#/$defs/Email"
},
"smtp": {
"$ref": "#/$defs/SMTP"
},
"ttl": {
"type": "integer",
"default": 300
},
"smtp": {
"$ref": "#/$defs/SMTP",
"description": "Deprecated: Use root level Smtp instead"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"smtp"
]
"type": "object"
},
"Password": {
"properties": {
Expand Down

0 comments on commit d7f1061

Please sign in to comment.