mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
23 lines
689 B
XML
23 lines
689 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>wrongsecret333</secret>
|
|
</discovery>
|
|
</test_auto_cluster_with_wrong_secret>
|
|
|
|
</remote_servers>
|
|
|
|
</clickhouse>
|