Skip to content

Commit

Permalink
docs: clarify kratos config snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 4, 2020
1 parent 7fd3ce0 commit e7732f3
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -76,10 +76,14 @@ Once implemented (using e.g. our
[reference implementation](https://github.com/ory/kratos-selfservice-ui-node))
you reference these routes in your ORY Kratos config file:

```yaml title="path/to/kratos/config.yml"
```yaml title="path/to/config/kratos.yml"
# ...

urls:
login_ui: https://.../login
registration_ui: https://.../registration

# ...
```

Depending on the type of login flows you want to support, you may a also add a
Expand Down

0 comments on commit e7732f3

Please sign in to comment.