ClickHouse/tests/config/config.d/macros.xml

11 lines
368 B
XML
Raw Normal View History

<clickhouse>
2019-10-09 01:15:23 +00:00
<macros>
<test>Hello, world!</test>
<default_cluster_macro>test_shard_localhost</default_cluster_macro>
2020-07-10 09:19:32 +00:00
<shard>s1</shard>
<replica>r1</replica>
2020-09-26 19:18:28 +00:00
<default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test>
<default_name_test>table_{table}</default_name_test>
2019-10-09 01:15:23 +00:00
</macros>
</clickhouse>