ClickHouse/tests/integration/test_alternative_keeper_config/configs/remote_servers.xml
Antonio Andelic d6cbc5d05b Fix tests
2023-03-23 15:01:51 +00:00

21 lines
548 B
XML

<clickhouse>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</clickhouse>