Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 5635ee0

Browse files
ehersheySam Kleinman
authored andcommitted
DOCS-4586 Correct /etc/mongodb.conf to /etc/mongod.conf
Signed-off-by: Sam Kleinman <samk@10gen.com>
1 parent 06baf00 commit 5635ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The default ``/etc/mongodb.conf`` configuration file supplied by the
1+
The default ``/etc/mongod.conf`` configuration file supplied by the
22
2.6 series packages has :setting:`~net.bind_ip`` set to
33
``127.0.0.1`` by default. Modify this setting as needed for your
44
environment before initializing a :term:`replica set`.

source/includes/fact-installation-directories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The MongoDB instance stores its data files in |mongod-datadir|
22
and its log files in ``/var/log/mongodb`` by default,
33
and runs using the |mongod-user|
44
user account. You can specify alternate log and data file
5-
directories in ``/etc/mongodb.conf``. See :setting:`systemLog.path`
5+
directories in ``/etc/mongod.conf``. See :setting:`systemLog.path`
66
and :setting:`storage.dbPath` for additional information.
77

88
If you change the user that runs the MongoDB process, you

0 commit comments

Comments
 (0)