...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set/direct-connection-false.yml

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

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

View as plain text