100
edits
Line 132: | Line 132: | ||
</code> | </code> | ||
Configure the net part as needed, example with port 27017 and allowing any external IP address : | Configure the net part as needed, example with port 27017 and allowing any external IP address : | ||
<code | <code> | ||
# network interfaces | # network interfaces | ||
net: | |||
port: 27017 | |||
bindIpAll: true | |||
# bindIp: 127.0.0.1" | |||
</code> | </code> | ||