diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2014-07-23 11:58:51 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2014-07-23 14:24:25 -0400 |
commit | d004a865ed9f12d5968233fcc77ea588f38702d1 (patch) | |
tree | 750e71091351c01f34fbd3d8bbdf23f897019329 | |
parent | 5e4f3fef24ca76b6a6516e7379b72ae3310029fd (diff) | |
download | mongo-d004a865ed9f12d5968233fcc77ea588f38702d1.tar.gz |
SERVER-14283 Update package config file httpinterface default
-rw-r--r-- | debian/mongod.conf | 4 | ||||
-rw-r--r-- | rpm/mongod.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/mongod.conf b/debian/mongod.conf index 75d0c8cf406..3c343aa67d4 100644 --- a/debian/mongod.conf +++ b/debian/mongod.conf @@ -48,8 +48,8 @@ bind_ip = 127.0.0.1 # Ignore query hints #nohints = true -# Disable the HTTP interface (Defaults to localhost:28017). -#nohttpinterface = true +# Enable the HTTP interface (Defaults to port 28017). +#httpinterface = true # Turns off server-side scripting. This will result in greatly limited # functionality diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 146eeaa9077..7c77ee7fbcb 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -49,8 +49,8 @@ bind_ip=127.0.0.1 # Ignore query hints #nohints=true -# Disable the HTTP interface (Defaults to localhost:27018). -#nohttpinterface=true +# Enable the HTTP interface (Defaults to port 28017). +#httpinterface=true # Turns off server-side scripting. This will result in greatly limited # functionality |