ClickHouse/tests/integration/test_distributed_config/configs/clusters.xml

13 lines
302 B
XML

<clickhouse>
<remote_servers>
<localhost_cluster>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
</localhost_cluster>
</remote_servers>
</clickhouse>