...

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

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

     1uri: "mongodb+srv://test1.test.build.10gen.cc/?replicaSet=repl0"
     2seeds:
     3    - localhost.test.build.10gen.cc:27017
     4    - localhost.test.build.10gen.cc:27018
     5hosts:
     6    - localhost:27017
     7    - localhost:27018
     8    - localhost:27019
     9options:
    10    replicaSet: repl0
    11    ssl: true
    12ping: true

View as plain text