mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
<clickhouse>
|
|
<named_collections>
|
|
<postgres1>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
<port>5432</port>
|
|
<database>postgres</database>
|
|
<table>test_table</table>
|
|
</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>
|
|
<table>test_table</table>
|
|
</postgres3>
|
|
<postgres4>
|
|
<user>postgres</user>
|
|
<password>mysecretpassword</password>
|
|
<host>postgres1</host>
|
|
<port>5432</port>
|
|
<database>postgres</database>
|
|
<table>test_replicas</table>
|
|
</postgres4>
|
|
</named_collections>
|
|
</clickhouse>
|