ClickHouse/tests/integration/test_row_policy/configs/config.d/remote_servers.xml
2021-09-20 01:38:53 +03:00

19 lines
470 B
XML

<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>
</remote_servers>
</clickhouse>