Commit ed657081 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should listen for connections on all IP interfaces

parent 775ea721
...@@ -36,10 +36,7 @@ net: ...@@ -36,10 +36,7 @@ net:
port: 27017 port: 27017
# Comma separated list of ip addresses to listen on (all local ips by default) # Comma separated list of ip addresses to listen on (all local ips by default)
bindIp: 127.0.0.1,::1 bindIp: 0.0.0.0
# Enable IPv6 support (disabled by default)
ipv6: true
unixDomainSocket: unixDomainSocket:
# Enable/disable listening on the UNIX domain socket (true by default) # Enable/disable listening on the UNIX domain socket (true by default)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment