ClickHouse/tests/integration/test_endpoint_macro_substitution/configs/macros.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>