mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
11 lines
368 B
XML
11 lines
368 B
XML
<clickhouse>
|
|
<macros>
|
|
<test>Hello, world!</test>
|
|
<default_cluster_macro>test_shard_localhost</default_cluster_macro>
|
|
<shard>s1</shard>
|
|
<replica>r1</replica>
|
|
<default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test>
|
|
<default_name_test>table_{table}</default_name_test>
|
|
</macros>
|
|
</clickhouse>
|