ClickHouse/tests/integration/test_disk_configuration/configs/config.d/remote_servers.xml
2022-09-30 17:20:10 +02:00

17 lines
410 B
XML

<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>