From cd762a7746c29de43516efb2e6f8d416a70bfbcb Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 6 Jul 2021 12:31:53 +0200 Subject: [PATCH] docs: mention args option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe35dfd..93e9641 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ When closing server, mongo will also gracefully shutdown with [node-graceful-shu - `name`: Unique instance name. Default is `default` (env var: `MONGO_NAME`) - `dir`: Data directory to store logs and data. Default is `${os.tmpDir}/mongo`. (env var: `MONGO_DIR`) - `port`: Listening port. Default is `27017` (env var: `MONGO_PORT` or `PORT`) +- `args` Additional arguments passed to [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) (should be Array) - `platform`: OS to download binraries for. ### In parallel with script