...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/sharded/srvMaxHosts-zero.json

Documentation: go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/sharded

     1{
     2  "uri": "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=0",
     3  "seeds": [
     4    "localhost.test.build.10gen.cc:27017",
     5    "localhost.test.build.10gen.cc:27018"
     6  ],
     7  "hosts": [
     8    "localhost.test.build.10gen.cc:27017",
     9    "localhost.test.build.10gen.cc:27018"
    10  ],
    11  "options": {
    12    "srvMaxHosts": 0,
    13    "ssl": true
    14  },
    15  "ping": true
    16}

View as plain text