Skip to content

Commit

Permalink
mongod: add page (tldr-pages#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 7, 2017
2 parents 8cc04a9 + 0e2d131 commit eae235b
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 MongoDB database server.
- Specify a config file:

`mongod --config {{filename}}`

- Specify the port to listen on:

`mongod --port {{port}}`

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

`mongod --profile {{0|1|2}}`

0 comments on commit eae235b

Please sign in to comment.