27 lines
466 B
YAML
27 lines
466 B
YAML
|
|
dsn: memory
|
||
|
|
|
||
|
|
serve:
|
||
|
|
admin:
|
||
|
|
port: 4434
|
||
|
|
host: 0.0.0.0
|
||
|
|
public:
|
||
|
|
port: 4433
|
||
|
|
host: 0.0.0.0
|
||
|
|
base_url: http://localhost:4433/
|
||
|
|
|
||
|
|
identity:
|
||
|
|
default_schema_id: default
|
||
|
|
schemas:
|
||
|
|
- id: default
|
||
|
|
url: file:///etc/config/kratos/identity.schema.json
|
||
|
|
|
||
|
|
selfservice:
|
||
|
|
default_browser_return_url: http://localhost:4455/
|
||
|
|
flows:
|
||
|
|
registration:
|
||
|
|
enabled: true
|
||
|
|
|
||
|
|
courier:
|
||
|
|
smtp:
|
||
|
|
connection_uri: smtp://localhost:1025/?disable_starttls=true
|