ClickHouse/tests/integration/test_disk_configuration/configs/config.d/remote_servers.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
410 B
XML
Raw Normal View History

2022-09-30 12:12:06 +00:00
<clickhouse>
<remote_servers>
<cluster>
<shard1>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard1>
</cluster>
</remote_servers>
</clickhouse>