...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set/txt-record-with-overridden-ssl-option.yml

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

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

View as plain text