Commit 0a9d04b
authored
Fix CouchBase settings array
'default' => 'Cache' (wrong)
to
'bucket' => 'default'
Took me some time to figure it out, so better change it to more clear example.1 parent 148045c commit 0a9d04b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments