mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
19 lines
494 B
XML
19 lines
494 B
XML
<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>
|
|
</named_collections>
|
|
</clickhouse>
|