...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set/two-results-nonstandard-port.json

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

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

View as plain text