ClickHouse/dbms/tests/integration/test_distributed_respect_user_timeouts/configs_secure/config.d/remote_servers.xml
Alexander Tokmakov acef7fc5bd add test
2020-02-06 20:23:05 +03:00

22 lines
573 B
XML

<yandex>
<tcp_port_secure>9440</tcp_port_secure>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9440</port>
<secure>1</secure>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9440</port>
<secure>1</secure>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>