ClickHouse/tests/integration/test_cluster_all_replicas/configs/remote_servers.xml
2023-08-20 19:52:28 +00:00

17 lines
432 B
XML

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