Skip to content

Commit

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

> The daemon process for MongoDB.
- Specify runtime configurations:

`mongod --config <filename>`

- Specify port for MongoDB to listen to client connections:

`mongod --port <port>`

- Change database profiling level. 0 is off, 1 is only slow operations, 2 is all:

`mongod --profile <level>`

0 comments on commit 06c3997

Please sign in to comment.