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
Copy file name to clipboardExpand all lines: docs/api/config-options.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,12 @@ Option `USE_HTTP` is used to use `http` over `https`
128
128
129
129
Default: `false`
130
130
131
+
### USE_ARCHIVE_NAME_FOR_BINARY_NAME
132
+
133
+
Option `USE_ARCHIVE_NAME_FOR_BINARY_NAME` is used to use the archive name as binary name
134
+
135
+
Default: `false`
136
+
131
137
## How to use them in the package.json
132
138
133
139
To use the config options in the `package.json`, they need to be camelCased (and without `_`), and need to be in the property `config.mongodbMemoryServer`
0 commit comments