Skip to content

Commit 8647538

Browse files
committed
docs(config-options): VERSION: add more details
1 parent 0c2d11f commit 8647538

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api/config-options.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ Option `VERSION` is used to set what mongodb version should be downloaded
4141

4242
Default: `4.0.25`
4343

44+
Common MongoDB Version formats (`X` is a number):
45+
46+
- `X.X.X`
47+
- `vX.X.X`
48+
- `vX.X-latest`
49+
50+
Search for what version is used:
51+
52+
- [`osx`](https://dl.mongodb.org/dl/osx/x86_64) (Note: This one does not list versions above 4.0, see [This Issue](https://jira.mongodb.org/browse/DOCS-14560))
53+
- [`windows`](https://www.mongodb.org/dl/win32)
54+
- [`linux`](https://dl.mongodb.org/dl/linux)
55+
4456
### DEBUG
4557

4658
Option `DEBUG` is used to enable Debug Output

0 commit comments

Comments
 (0)