38 lines
742 B
YAML
38 lines
742 B
YAML
|
|
version: v1.3.1
|
||
|
|
|
||
|
|
dsn: sqlite:///var/lib/sqlite/kratos.db?_fk=true&mode=rwc
|
||
|
|
|
||
|
|
serve:
|
||
|
|
public:
|
||
|
|
base_url: http://localhost:4433/
|
||
|
|
cors:
|
||
|
|
enabled: true
|
||
|
|
admin:
|
||
|
|
base_url: http://localhost:4434/
|
||
|
|
|
||
|
|
selfservice:
|
||
|
|
default_browser_return_url: http://localhost:4433/
|
||
|
|
flows:
|
||
|
|
registration:
|
||
|
|
enabled: true
|
||
|
|
ui_url: http://localhost:4433/registration
|
||
|
|
login:
|
||
|
|
ui_url: http://localhost:4433/login
|
||
|
|
recovery:
|
||
|
|
enabled: true
|
||
|
|
ui_url: http://localhost:4433/recovery
|
||
|
|
|
||
|
|
identity:
|
||
|
|
default_schema_id: default
|
||
|
|
schemas:
|
||
|
|
- id: default
|
||
|
|
url: file:///etc/kratos/identity.schema.json
|
||
|
|
|
||
|
|
log:
|
||
|
|
level: warning
|
||
|
|
format: text
|
||
|
|
|
||
|
|
courier:
|
||
|
|
smtp:
|
||
|
|
connection_uri: smtp://localhost:1025/?disable_starttls=true
|