Skip to content

Commit cffeb4f

Browse files
committed
docs: use binary.ssl option if mongo dist has only ssl version binary
1 parent b515587 commit cffeb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const mongod = new MongodbMemoryServer({
5757
downloadDir?: string, // by default %HOME/.mongodb-binaries
5858
platform?: string, // by default os.platform()
5959
arch?: string, // by default os.arch()
60-
ssl?: boolean, // by default false
60+
ssl?: boolean, // by default false (use it if mongodb dist has only ssl version binary)
6161
debug?: boolean, // by default false
6262
},
6363
debug?: boolean, // by default false

0 commit comments

Comments
 (0)