diff --git a/pages/common/mongod.md b/pages/common/mongod.md index 94e68f16c1..a6e46a61ad 100644 --- a/pages/common/mongod.md +++ b/pages/common/mongod.md @@ -1,15 +1,15 @@ # mongod -> The daemon process for MongoDB. +> The MongoDB database server -- Specify runtime configurations: +- Specify a config file: -`mongod --config ` +`mongod --config {{filename}}` -- Specify port for MongoDB to listen to client connections: +- Specify the port to listen on: -`mongod --port ` +`mongod --port {{port}}` -- Change database profiling level. 0 is off, 1 is only slow operations, 2 is all: +- Specify database profiling level. 0 is off, 1 is only slow operations, 2 is all: -`mongod --profile ` +`mongod --profile {{0|1|2}}`