ClickHouse/tests/integration/test_config_xml_full/configs/config.d/macros.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
292 B
XML
Raw Normal View History

<clickhouse>
2021-05-21 18:56:22 +00:00
<macros>
<test>Hello, world!</test>
<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>