mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
4c9c9015f8
This reverts commit 2ae9c9ac16
.
17 lines
500 B
XML
17 lines
500 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>
|
|
<mongo1_uri>
|
|
<uri>mongodb://root:clickhouse@mongo1:27017/test</uri>
|
|
<collection>simple_table_uri</collection>
|
|
</mongo1_uri>
|
|
</named_collections>
|
|
</clickhouse>
|