ClickHouse/tests/config/config.d/named_collection.xml

27 lines
745 B
XML
Raw Normal View History

<clickhouse>
<named_collections>
<remote1>
<host>127.0.0.2</host>
<port>9000</port>
<table>remote_test</table>
</remote1>
<remote2>
<host>127.0.0.{1,2}</host>
<table>remote_test</table>
</remote2>
<clickhouse_dictionary>
<host>localhost</host>
<user>default</user>
<table>s</table>
</clickhouse_dictionary>
2022-03-24 18:09:13 +00:00
<url_with_headers>
<headers>
<header>
2022-03-25 08:53:56 +00:00
<name>X-ClickHouse-Format</name>
<value>JSONEachRow</value>
2022-03-24 18:09:13 +00:00
</header>
</headers>
</url_with_headers>
</named_collections>
</clickhouse>