afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

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

Open EmentoDev opened 6 years ago

EmentoDev commented 6 years ago

Example configfile:

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

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

nbcraft commented 4 years ago

Should not merge now with those package.json changes.