MongoDB options
April 17, 2019 ยท View on GitHub
The following options are available:
hostname,port(defaults tolocalhostand27017): if you are targeting a cluster or a replica set, you must specify an array of hostnames and/or an array of ports.username,password: optional authentication informationdbname(defaults todata): MongoDB database nameopts: extra options passed to the MongoDB driver.
databases:
mongodb:
hostname: my_host
port: 28000
username: my_user
password: my_password
dbname: my_database_name
opts:
wtimeoutMS: 2000