delightful-yak-60786
01/22/2025, 1:30 PMnamespaces:
location: file://./namespaces.keto.ts
dsn: memory
serve:
read:
host: 0.0.0.0
port: 4466
write:
host: 0.0.0.0
port: 4467
I am just running in memory and was hoping that the serve
command would also allow me to create the namespace, but seems I am getting
Error: unable to initialize config provider: I[#/namespaces] S[#/properties/namespaces/oneOf] oneOf failed
I[#/namespaces] S[#/properties/namespaces/oneOf/0/type] expected string, but got array
I[#/namespaces/0] S[#/properties/namespaces/oneOf/1/items/$ref] doesn't validate with "#/definitions/namespace"
I[#/namespaces/0] S[#/definitions/namespace/additionalProperties] additionalProperties "location" not allowed
any ideas? my hope is to try get this working via testcontainers (can spin up the instance without issue so far)some-bear-63847
01/22/2025, 2:54 PMdelightful-yak-60786
01/22/2025, 2:58 PMnamespaces
file. I resorted back to
namespaces:
- id: 0
name: Blog
still unsure how the ts files work