mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
9f51e840db
#ci_set_integration #no_merge_commit
24 lines
665 B
XML
24 lines
665 B
XML
<clickhouse>
|
|
<named_collections>
|
|
<mysql1>
|
|
<user>root</user>
|
|
<password>clickhouse</password>
|
|
<host>mysql80</host>
|
|
<port>3306</port>
|
|
<database>test_database</database>
|
|
</mysql1>
|
|
<mysql2>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
</mysql2>
|
|
<mysql3>
|
|
<user>root</user>
|
|
<password>clickhouse</password>
|
|
<host>mysql80</host>
|
|
<port>1111</port>
|
|
<database>clickhouse</database>
|
|
</mysql3>
|
|
</named_collections>
|
|
</clickhouse>
|