ClickHouse/tests/integration/test_host_ip_change/configs/remote_servers.xml
2021-09-20 01:38:53 +03: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>