net: bindIp: 127.0.0.1 port: 27017 storage: dbPath: c:\mongoDATA\db journal: enabled: true ##systemLog: ## destination: file ## path: C:\mongoDATA\log\mongodb.log ## logAppend: trueEnter code here...
bindIp: 127.0.0.1, 192.168.10,115
or
bindIp: "127.0.0.1, 192.168.10,115"
or
bindIp: [127.0.0.1, 192.168.10,115]
with or without the space after the comma it doesn't. Could someone provide the write syntax? Thanks