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
@@ -92,6 +92,12 @@ Format:
92
92
-`/path/to/binary/mongod` (POSIX)
93
93
-`C:/path/to/binary/mongod.exe` (DOS)
94
94
95
+
### SYSTEM_BINARY_VERSION_CHECK
96
+
97
+
Option `SYSTEM_BINARY_VERSION_CHECK` is used to disable the version conflict check if [`SYSTEM_BINARY`](#system_binary) is set and version returned from `mongod_system_binary --version` does not match [`VERSION`](#version)
98
+
99
+
Default: `true`
100
+
95
101
### MD5_CHECK
96
102
97
103
Option `MD5_CHECK` is used to enable an md5 check after download
0 commit comments