Skip to content

Commit

Permalink
Updated description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Yang authored and Vincent Yang committed Oct 7, 2017
1 parent 06c3997 commit 5f49a29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/common/mongod.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# mongod

> The daemon process for MongoDB.
> The MongoDB database server
- Specify runtime configurations:
- Specify a config file:

`mongod --config <filename>`
`mongod --config {{filename}}`

- Specify port for MongoDB to listen to client connections:
- Specify the port to listen on:

`mongod --port <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 <level>`
`mongod --profile {{0|1|2}}`

0 comments on commit 5f49a29

Please sign in to comment.