ClickHouse/tests/config/config.d/macros.xml
2021-09-20 01:38:53 +03:00

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>