ClickHouse/tests/integration/test_alternative_keeper_config/configs/remote_servers.xml

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

21 lines
548 B
XML
Raw Normal View History

2022-12-28 08:58:21 +00:00
<clickhouse>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
2023-03-23 12:58:39 +00:00
<replica>
<host>node3</host>
<port>9000</port>
</replica>
2022-12-28 08:58:21 +00:00
</shard>
</test_cluster>
</remote_servers>
</clickhouse>