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.
binary.ssl
1 parent b515587 commit cffeb4fCopy full SHA for cffeb4f
README.md
@@ -57,7 +57,7 @@ const mongod = new MongodbMemoryServer({
57
downloadDir?: string, // by default %HOME/.mongodb-binaries
58
platform?: string, // by default os.platform()
59
arch?: string, // by default os.arch()
60
- ssl?: boolean, // by default false
+ ssl?: boolean, // by default false (use it if mongodb dist has only ssl version binary)
61
debug?: boolean, // by default false
62
},
63
0 commit comments