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
Set [`MongoMemoryInstanceOptsBase`](./mongo-memory-instance-opts.md#values-for-mongomemoryinstanceoptsbase) for a instance individually, overwrites existing options from [`replSet`](#replset).
16
+
17
+
The count of this array deducts from the `replSet.count`, if more than `replSet.count` are specified, the additional ones are also spawned.
18
+
19
+
### binary
20
+
21
+
Typings: `binary: MongoBinaryOpts`
22
+
Default: `{}`
23
+
24
+
Set [`MongoBinaryOpts`](./mongo-binary-opts.md) for the replset instances to use.
25
+
26
+
### replSet
27
+
28
+
Typings: `replSet: ReplSetOpts`
29
+
Default: `{}`
30
+
31
+
Set [`ReplSetOpts`](./replset-opts.md) for the whole ReplSet and default options for the instances to spawn with.
0 commit comments