mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
13 lines
326 B
XML
13 lines
326 B
XML
<clickhouse>
|
|
<named_collections>
|
|
<mongo1>
|
|
<user>root</user>
|
|
<password>clickhouse</password>
|
|
<host>mongo1</host>
|
|
<port>27017</port>
|
|
<database>test</database>
|
|
<table>simple_table</table>
|
|
</mongo1>
|
|
</named_collections>
|
|
</clickhouse>
|