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

Added public endpoinst

parent bb191e7b
No related branches found
No related tags found
1 merge request!50Implemente basic flask + database APIs
...@@ -156,6 +156,7 @@ kratos: ...@@ -156,6 +156,7 @@ kratos:
# We included our own (forked) template to handle this job # We included our own (forked) template to handle this job
autoMigrate: false autoMigrate: false
config: config:
identity: identity:
# This points to the filename in above identitySchemas section. # This points to the filename in above identitySchemas section.
...@@ -163,10 +164,14 @@ kratos: ...@@ -163,10 +164,14 @@ kratos:
dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
serve:
public:
base_url: http://localhost:8080
selfservice: selfservice:
# TODO: Have to figure out a decent default # TODO: Have to figure out a decent default
default_browser_return_url: https://stackspin.net default_browser_return_url: https://stackspin.net
f
secrets: secrets:
session: session:
- a password goes here - a password goes here
......
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