diff options
author | Derick Rethans <github@derickrethans.nl> | 2012-05-15 22:40:01 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2012-05-15 22:40:01 +0100 |
commit | c78371347eb8a8fa0a64a58877b0520efa076eec (patch) | |
tree | 0fbd533362ad9d80723c06b11a8ab87d7435e194 /debian | |
parent | 14005315d71200db241834668cc9d85525fdc00e (diff) | |
download | mongo-c78371347eb8a8fa0a64a58877b0520efa076eec.tar.gz |
Fixed a typo in the port for the HTTP interface
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongodb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongodb.conf b/debian/mongodb.conf index 01479c38958..87d5f716c1d 100644 --- a/debian/mongodb.conf +++ b/debian/mongodb.conf @@ -45,7 +45,7 @@ logappend=true # Ignore query hints #nohints = true -# Disable the HTTP interface (Defaults to localhost:27018). +# Disable the HTTP interface (Defaults to localhost:28017). #nohttpinterface = true # Turns off server-side scripting. This will result in greatly limited |