Skip to content
Snippets Groups Projects
Commit 11f6c3e1 authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix JSON

parent e20f1711
No related branches found
No related tags found
1 merge request!51Resolve "Make recovery link / password recovery work with kratos"
...@@ -126,8 +126,8 @@ kratos: ...@@ -126,8 +126,8 @@ kratos:
}, },
"name": { "name": {
"type": "string", "type": "string",
"title": "Full name", "title": "Full name"
}, }
}, },
"required": ["email"], "required": ["email"],
"additionalProperties": false "additionalProperties": false
...@@ -160,7 +160,7 @@ kratos: ...@@ -160,7 +160,7 @@ kratos:
public: public:
# TODO: This is the development URL and needs to be replaced by # TODO: This is the development URL and needs to be replaced by
# something sensable by Flux. # something sensable by Flux.
base_url: http://localhost:8080 base_url: http://localhost/api/
selfservice: selfservice:
# TODO: Have to figure out a decent default # TODO: Have to figure out a decent default
...@@ -176,13 +176,13 @@ kratos: ...@@ -176,13 +176,13 @@ kratos:
lifespan: 15m lifespan: 15m
# TODO: Those UI URLS need to be changed once the final location # TODO: Those UI URLS need to be changed once the final location
# is determined. Also they need to be configured by flux # is determined. Also they need to be configured by flux
ui_url: http://localhost:5000/recovery ui_url: http://localhost/login/recovery
login: login:
ui_url: http://localhost:5000/login ui_url: http://localhost/login/login
registration: registration:
ui_url: http://localhost:5000/registration ui_url: http://localhost/login/registration
secrets: secrets:
session: session:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment