mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
13 lines
504 B
XML
13 lines
504 B
XML
<clickhouse>
|
|
<macros>
|
|
<test>Hello, world!</test>
|
|
<default_cluster_macro>test_shard_localhost</default_cluster_macro>
|
|
<shard>s1</shard>
|
|
<replica>r1</replica>
|
|
<endpoint_substitution>data</endpoint_substitution>
|
|
<hdfs_endpoint_substitution>clickhouse</hdfs_endpoint_substitution>
|
|
<default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test>
|
|
<default_name_test>table_{table}</default_name_test>
|
|
</macros>
|
|
</clickhouse>
|