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:
},
"name": {
"type": "string",
"title": "Full name",
},
"title": "Full name"
}
},
"required": ["email"],
"additionalProperties": false
......@@ -160,7 +160,7 @@ kratos:
public:
# TODO: This is the development URL and needs to be replaced by
# something sensable by Flux.
base_url: http://localhost:8080
base_url: http://localhost/api/
selfservice:
# TODO: Have to figure out a decent default
......@@ -176,13 +176,13 @@ kratos:
lifespan: 15m
# TODO: Those UI URLS need to be changed once the final location
# is determined. Also they need to be configured by flux
ui_url: http://localhost:5000/recovery
ui_url: http://localhost/login/recovery
login:
ui_url: http://localhost:5000/login
ui_url: http://localhost/login/login
registration:
ui_url: http://localhost:5000/registration
ui_url: http://localhost/login/registration
secrets:
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