horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Update docs config to the latest format

Open jiacai2050 opened this issue 3 years ago • 0 comments

Describe this problem

The config format is changed in #215, but docs remain the old format. Affected docs:

  • https://docs.ceresdb.io/deploy/static_routing.html

Steps to reproduce

None

Expected behavior

No response

Additional Information

This is right config for schema shards

[[static_route.topology.schema_shards]]
schema = 'public'
auto_create_tables = true

[[static_route.topology.schema_shards.shard_views]]
shard_id = 0

[static_route.topology.schema_shards.shard_views.endpoint]
addr = "127.0.0.1"
port = 8831

jiacai2050 avatar Aug 31 '22 08:08 jiacai2050