diff options
author | Juan Paulo Gutierrez <juanpaulo.gutierrez@gmail.com> | 2018-02-15 18:23:52 +0900 |
---|---|---|
committer | Kelsey Schubert <kelsey@mongodb.com> | 2018-03-05 17:14:53 -0500 |
commit | a2d06fdf8958aac74ca48b0a89837658e30d0177 (patch) | |
tree | 385f357612f69790cadad9fb9a6c6e26610aff2e /rpm | |
parent | 6d104981a13bd51456fd4b49920e03c6e8ac494a (diff) | |
download | mongo-a2d06fdf8958aac74ca48b0a89837658e30d0177.tar.gz |
SERVER-33345 Update mongodb.conf to match current bindIpAll and bindIp behavior
Closes #1214
Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongod.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 6dae8b54615..60ce69dcaf3 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -27,7 +27,7 @@ processManagement: # network interfaces net: port: 27017 - bindIp: 127.0.0.1 # Listen to local interface only, comment to listen on all interfaces. + bindIp: 127.0.0.1 # Enter 0.0.0.0,:: to bind to all IPv4 and IPv6 addresses or, alternatively, use the net.bindIpAll setting. #security: |