ClickHouse/tests/integration/test_row_policy/configs/config.d/remote_servers.xml

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

33 lines
921 B
XML
Raw Normal View History

<clickhouse>
<remote_servers>
<test_local_cluster>
<shard>
<replica>
<host>node</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
<test_cluster_two_shards_localhost>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
</test_cluster_two_shards_localhost>
</remote_servers>
</clickhouse>