ClickHouse/tests/integration/test_storage_mongodb/configs/named_collections.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
501 B
XML
Raw Normal View History

<clickhouse>
2021-09-03 11:16:32 +00:00
<named_collections>
<mongo1>
<user>root</user>
<password>clickhouse</password>
<host>mongo1</host>
<port>27017</port>
<database>test</database>
2021-12-09 14:40:51 +00:00
<collection>simple_table</collection>
2021-09-03 11:16:32 +00:00
</mongo1>
<mongo1_uri>
<uri>mongodb://root:clickhouse@mongo1:27017/test</uri>
<collection>simple_table_uri</collection>
</mongo1_uri>
2021-09-03 11:16:32 +00:00
</named_collections>
</clickhouse>