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

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

25 lines
720 B
XML
Raw Normal View History

2022-05-28 16:30:05 +00:00
<clickhouse>
<named_collections>
<urldb>
<url>http://nginx:80/test_dict</url>
<method>PUT</method>
<format>TSV</format>
<structure>k String, v String</structure>
</urldb>
<urldict>
<url>http://nginx:80/</url>
<endpoint>/test_dict</endpoint>
<format>TabSeparated</format>
</urldict>
<urldict1>
<url>http://nginx:80/</url>
<endpoint>/test_dict</endpoint>
</urldict1>
<urldict2>
<url>http://nginx:80/</url>
<endpoint>/test_dict</endpoint>
<format>CSV</format>
</urldict2>
2022-05-28 16:30:05 +00:00
</named_collections>
</clickhouse>