We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0e98d commit eb31b09Copy full SHA for eb31b09
README.md
@@ -40,9 +40,9 @@ Or like this, if clickhouse runs in cluster
40
'connections' => [
41
'bavix::clickhouse' => [
42
'driver' => 'bavix::clickhouse',
43
- 'cluster' => [
44
- 'server-1' => [
45
- 'host' => '',
+ 'servers' => [
+ [
+ 'host' => 'ch-00.domain.com',
46
'port' => '',
47
'database' => '',
48
'username' => '',
@@ -52,8 +52,8 @@ Or like this, if clickhouse runs in cluster
52
'protocol' => 'https'
53
]
54
],
55
- 'server-2' => [
56
+ 'host' => 'ch-01.domain.com',
57
58
59
@@ -65,7 +65,7 @@ Or like this, if clickhouse runs in cluster
65
66
67
68
-]
+],
69
```
70
71
Then create model
0 commit comments