ClickHouse/tests/integration/test_distributed_ddl_parallel/configs/remote_servers.xml
2020-09-12 02:33:17 +03:00

19 lines
371 B
XML

<yandex>
<remote_servers>
<cluster>
<shard>
<replica>
<host>n1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>n2</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</yandex>