aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

Mongo connection url #69

Closed gopalakrishnan-subramani closed 9 years ago

gopalakrishnan-subramani commented 9 years ago

Tried inputting mongoose style connection string for replica set.

Below is not working.

mongodb://mongo1/gridfs,mongo2/gridfs

Can we use moongse connection object directly and get benefit from fail-over setup? Shall update the results after experiments.

gopalakrishnan-subramani commented 9 years ago

tried various combinations, found that below connection string worked.

mongodb://mongo1, mongo2/gridfs?replicaSet=myset