Skip to content

Commit cd762a7

Browse files
committed
docs: mention args option
1 parent 8c5a06f commit cd762a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ When closing server, mongo will also gracefully shutdown with [node-graceful-shu
4949
- `name`: Unique instance name. Default is `default` (env var: `MONGO_NAME`)
5050
- `dir`: Data directory to store logs and data. Default is `${os.tmpDir}/mongo`. (env var: `MONGO_DIR`)
5151
- `port`: Listening port. Default is `27017` (env var: `MONGO_PORT` or `PORT`)
52+
- `args` Additional arguments passed to [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) (should be Array)
5253
- `platform`: OS to download binraries for.
5354

5455
### In parallel with script

0 commit comments

Comments
 (0)