Update named-collections.md

small fix name host on the remote host
This commit is contained in:
Jus 2023-01-27 12:42:53 +04:00 committed by GitHub
parent 4f7b533bfd
commit 9ce4bf1baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ Example of configuration:
<clickhouse>
<named_collections>
<remote1>
<host>localhost</host>
<host>remote_host</host>
<port>9000</port>
<database>system</database>
<user>foo</user>