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 connectionMONGODB_AUTH_MECHANISM
MONGODB_USER
MongoDB authentication user, when
MONGODB_AUTH_MECHANISM
is non-emptyMONGODB_PASSWORD
MongoDB authentication
password
, when MONGODB_AUTH_MECHANISM
is non-empty``
Last modified 1yr ago