Sha256: 7ed7f0ddd9164afebdb4cd2ca0c09dd340724fe5c2e677fe92b9c789995aae8f
Contents?: true
Size: 438 Bytes
Versions: 14
Compression:
Stored size: 438 Bytes
Contents
# When srvMaxHosts is zero, all hosts are added to the seed list. # # replicaSet is permitted because srvMaxHosts is non-positive. uri: "mongodb+srv://test1.test.build.10gen.cc/?replicaSet=repl0&srvMaxHosts=0" seeds: - localhost.test.build.10gen.cc:27017 - localhost.test.build.10gen.cc:27018 hosts: - localhost:27017 - localhost:27018 - localhost:27019 options: replicaSet: repl0 srvMaxHosts: 0 ssl: true
Version data entries
14 entries across 14 versions & 2 rubygems