nutritious-wolf-47573
07/08/2022, 3:01 AMversion: v0.8.0-alpha.2
log:
format: json
leak_sensitive_values: false
level: debug
serve:
read:
host: localhost
port: 4466
write:
host: localhost
port: 4467
namespaces:
- accounts
#dsn: memory
dsn: <postgres://keto:keto@localhost:5432/keto>
~Steps followed
```
export KETO_WRITE_REMOTE=localhost:4467
export KETO_READ_REMOTE=localhost:4466
Keto status
keto migrate up -c config/keto.yml
```~