mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
24 lines
700 B
XML
24 lines
700 B
XML
<clickhouse>
|
|
<named_collections>
|
|
<postgres1>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
<port>5432</port>
|
|
<database>postgres</database>
|
|
</postgres1>
|
|
<postgres2>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
</postgres2>
|
|
<postgres3>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
<port>1111</port>
|
|
<database>postgres</database>
|
|
</postgres3>
|
|
</named_collections>
|
|
</clickhouse>
|