mongo-migrate icon indicating copy to clipboard operation
mongo-migrate copied to clipboard

Possible to pass options to db connection - allowing for ssl support in replicaSet

Open EmentoDev opened this issue 6 years ago • 1 comments

Example configfile:

{ connectionString: "", options = { ssl: true, sslCA: ca, sslCert: certKey, sslKey: certKey, }; }

Options will be parsed to Mongo.connection(url, options, cb)

EmentoDev avatar Feb 14 '18 12:02 EmentoDev

Should not merge now with those package.json changes.

nbcraft avatar May 06 '20 16:05 nbcraft