...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set/uri-with-uppercase-hostname.yml

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

     1uri: "mongodb+srv://TEST1.TEST.BUILD.10GEN.CC"
     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    ssl: true
    11ping: true

View as plain text