Sha256: 97bd33d2277bb444d541fda4efbb712b9282d1ef92efb57a9acb48c57d3e9bc4
Contents?: true
Size: 444 Bytes
Versions: 14
Compression:
Stored size: 444 Bytes
Contents
# When srvMaxHosts is greater than the number of SRV records, all hosts are # added to the seed list. # # The replicaSet URI option is omitted to avoid a URI validation error. uri: "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=3" seeds: - localhost.test.build.10gen.cc:27017 - localhost.test.build.10gen.cc:27018 hosts: - localhost:27017 - localhost:27018 - localhost:27019 options: srvMaxHosts: 3 ssl: true
Version data entries
14 entries across 14 versions & 2 rubygems