mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
13 lines
336 B
XML
13 lines
336 B
XML
<clickhouse>
|
|
<named_collections>
|
|
<mongo1>
|
|
<user>root</user>
|
|
<password>clickhouse</password>
|
|
<host>mongo1</host>
|
|
<port>27017</port>
|
|
<database>test</database>
|
|
<collection>simple_table</collection>
|
|
</mongo1>
|
|
</named_collections>
|
|
</clickhouse>
|