mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
22 lines
747 B
XML
22 lines
747 B
XML
<clickhouse>
|
|
<allow_experimental_cluster_discovery>1</allow_experimental_cluster_discovery>
|
|
|
|
<remote_servers>
|
|
<test_auto_cluster_with_pwd>
|
|
<discovery>
|
|
<path>/clickhouse/discovery/test_auto_cluster_with_pwd</path>
|
|
<user>user1</user>
|
|
<password>password123</password>
|
|
</discovery>
|
|
</test_auto_cluster_with_pwd>
|
|
<test_auto_cluster_with_wrong_pwd>
|
|
<discovery>
|
|
<path>/clickhouse/discovery/test_auto_cluster_with_wrong_pwd</path>
|
|
<user>user1</user>
|
|
<password>wrongpass1234</password>
|
|
</discovery>
|
|
</test_auto_cluster_with_wrong_pwd>
|
|
</remote_servers>
|
|
|
|
</clickhouse>
|