You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var couchbaseTarget =newCouchbaseTargetSystem("user-database-id", cluster, bucket);
46
+
var couchbaseTarget =newCouchbaseTargetSystem("user-database-id", cluster, "userBucket");
47
47
```
48
48
49
-
The constructor requires the target system name, Couchbase cluster, and bucket. Optional configurations can be added via `.withXXX()` methods.
49
+
The constructor requires the target system name, Couchbase cluster, and bucket name. Optional configurations can be added via `.withXXX()` methods.
50
50
51
51
:::info Register Target System
52
52
Once created, you need to register this target system with Flamingock. See [Registering target systems](introduction.md#registering-target-systems) for details.
@@ -63,7 +63,7 @@ These dependencies must be provided at target system creation time with **no glo
0 commit comments