mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
23 lines
691 B
XML
23 lines
691 B
XML
<clickhouse>
|
|
<allow_experimental_cluster_discovery>1</allow_experimental_cluster_discovery>
|
|
|
|
<remote_servers>
|
|
|
|
<test_auto_cluster_with_secret>
|
|
<discovery>
|
|
<path>/clickhouse/discovery/test_auto_cluster_with_secret</path>
|
|
<secret>secret123</secret>
|
|
</discovery>
|
|
</test_auto_cluster_with_secret>
|
|
|
|
<test_auto_cluster_with_wrong_secret>
|
|
<discovery>
|
|
<path>/clickhouse/discovery/test_auto_cluster_with_wrong_secret</path>
|
|
<secret>correctsecret321</secret>
|
|
</discovery>
|
|
</test_auto_cluster_with_wrong_secret>
|
|
|
|
</remote_servers>
|
|
|
|
</clickhouse>
|