Sha256: a010b169926580d483a1475e80218934410572a4e5d9af1dede73412e3bd0ec0
Contents?: true
Size: 447 Bytes
Versions: 14
Compression:
Stored size: 447 Bytes
Contents
# When srvMaxHosts equals 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=2" numSeeds: 2 seeds: - localhost.test.build.10gen.cc:27017 - localhost.test.build.10gen.cc:27018 hosts: - localhost:27017 - localhost:27018 - localhost:27019 options: srvMaxHosts: 2 ssl: true
Version data entries
14 entries across 14 versions & 2 rubygems