ClickHouse/tests/integration/test_storage_url/configs/conf.xml

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

11 lines
315 B
XML
Raw Normal View History

2021-10-26 09:31:01 +00:00
<clickhouse>
<named_collections>
<url1>
<url>http://nginx:80/test_{_partition_id}</url>
<method>PUT</method>
<format>TSV</format>
<structure>column1 UInt32, column2 UInt32, column3 UInt32</structure>
</url1>
</named_collections>
</clickhouse>