mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
15 lines
331 B
XML
15 lines
331 B
XML
<?xml version="1.0"?>
|
|
<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>
|