ClickHouse/tests/integration/test_system_queries/configs/config.d/clusters_config.xml
2022-08-28 02:44:02 +02:00

14 lines
309 B
XML

<clickhouse>
<remote_servers>
<lost_host_cluster>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>lost_host</host>
<port>9000</port>
</replica>
</shard>
</lost_host_cluster>
</remote_servers>
</clickhouse>