added missed files

This commit is contained in:
Alexey Gerasimchuck 2023-08-11 06:18:20 +00:00
parent 5bc5649732
commit b7c47af8bf
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<clickhouse>
<remote_servers>
<cluster>
<shard>
<weight>1</weight>
<replica>
<host>shard_1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<weight>3</weight>
<replica>
<host>shard_2</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</clickhouse>