ClickHouse/tests/integration/test_dictionaries_replace/configs/remote_servers.xml
Vitaly Baranov f55e4f8f28 Add test.
2024-03-15 12:03:23 +01:00

17 lines
415 B
XML

<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>