github nodkz/mongodb-memory-server v2.2.0

latest releases: v9.2.0, v9.2.0-beta.1, v9.1.8...
5 years ago

2.2.0 (2018-09-13)

Features

  • add possibility to provide config via environment variables (#77) (27a8de1), closes #76

This improvement will be useful if you use Gitlab or any other CI and want to provide correct version and folder for installing mongod binary on npm install. More details in #76

Avaliable env variables:

MONGOMS_DOWNLOAD_DIR=/path/to/mongodb/binaries
MONGOMS_PLATFORM=linux
MONGOMS_ARCH=x64
MONGOMS_VERSION=3.4.4
MONGOMS_DEBUG=1 # also available case-insensitive values: "on" "yes" "true"

Don't miss a new mongodb-memory-server release

NewReleases is sending notifications on new releases.