MongoDB Configuration

Configuration entries are similar for API and for Director services

MONGODB_URI="mongodb://mongo:27017"

MongoDB connection URL, required if using "mongo" execution driver.

MONGODB_DATABASE="sorry-cypress"

MongoDB database name, required if using "mongo" execution driver.

MONGODB_TLS

TLS connection settings, settings to true will enable TLS for MongoDB connection

MONGODB_AUTH_MECHANISM

MongoDB authentication mechanism. See MongoDB Authentication.

MONGODB_USER

MongoDB authentication user, when MONGODB_AUTH_MECHANISM is non-empty

MONGODB_PASSWORD

MongoDB authentication password, when MONGODB_AUTH_MECHANISM is non-empty

``

Last updated