Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
Description
https://docs.mongodb.com/manual/reference/configuration-options/
Under net.bindIp, it says:
To bind to multiple addresses, enter a list of comma-separated values.
So, e.g. :
bindIp : 127.0.0.1,192.168.0.1
However, this doens't work. An array of values is required. E.g.:
bindIp : [127.0.0.1,192.168.0.1]
Attachments
Issue Links
- is duplicated by
-
DOCS-10931 Fix bindIp multiple address notation in Configuration Options
-
- Closed
-