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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
244 B
XML
Raw Normal View History

<clickhouse>
<remote_servers>
<external>
<shard>
<replica>
<host>data_node</host>
<port>9000</port>
</replica>
</shard>
</external>
</remote_servers>
</clickhouse>