ClickHouse/tests/integration/test_storage_mongodb/configs/named_collections.xml
2021-12-09 14:44:25 +00:00

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>