Skip to content

Commit

Permalink
test: schema fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Feb 2, 2022
1 parent 5df596c commit 5b5024e
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
selfservice:
default_browser_return_url: "#/definitions/defaultReturnTo"

dsn: foo

identity:
schemas:
- id: default
url: https://example.com

courier:
template_override_path: foo
smtp:
connection_uri: smtps://foo:bar@my-mailserver:1234/
from_address: [email protected]
templates:
recovery: "#/definitions/courierTemplates"
verification: "#/definitions/courierTemplates"

0 comments on commit 5b5024e

Please sign in to comment.