ClickHouse/tests/integration/test_dictionaries_replace/configs/remote_servers.xml

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

17 lines
415 B
XML
Raw Normal View History

2024-03-14 08:51:02 +00:00
<clickhouse>
<remote_servers>
<cluster>
<shard>
<replica>
<host>node_ll</host>
<port>9000</port>
</replica>
<replica>
<host>node_no_ll</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</clickhouse>