mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 17:57:47 +00:00
* WIP * wip * Update keto.yml, socket_routes.go, and 12 more files... * fixes and docs * Update api.js * Update auth.go and api.js * Update user_role_provider.go * Update config_routes.go and api.js * Update consts.go
23 lines
300 B
YAML
23 lines
300 B
YAML
version: v0.7.0-alpha.1
|
|
|
|
dsn: sqlite:///app/data/kratos.sqlite?_fk=true
|
|
|
|
log:
|
|
level: info
|
|
format: text
|
|
leak_sensitive_values: false
|
|
|
|
serve:
|
|
read:
|
|
host: 0.0.0.0
|
|
port: 4466
|
|
write:
|
|
host: 0.0.0.0
|
|
port: 4467
|
|
|
|
namespaces:
|
|
- id: 0
|
|
name: system
|
|
- id: 1
|
|
name: workspaces
|