SciSpike / yaktor-issues

Issues-only repository for issue management of all Yaktor repositories
0 stars 1 forks source link

Enhance mongo configuration & mongoose initializer to support replica sets & mongos #68

Closed matthewadams closed 7 years ago

matthewadams commented 7 years ago

The current config options for mongo only allow the specification of a single host & port. In order to use mongo replica sets and mongos config servers, you need to be able to specify multiple host:port entries.