15 lines
499 B
YAML
15 lines
499 B
YAML
# The TXT record for test24.test.build.10gen.cc contains loadBalanced=true.
|
|
# DRIVERS-1721 introduced this test as passing.
|
|
uri: "mongodb+srv://test24.test.build.10gen.cc/?directConnection=false"
|
|
seeds:
|
|
- localhost.test.build.10gen.cc:8000
|
|
hosts:
|
|
# In LB mode, the driver does not do server discovery, so the hostname does
|
|
# not get resolved to localhost:8000.
|
|
- localhost.test.build.10gen.cc:8000
|
|
options:
|
|
loadBalanced: true
|
|
ssl: true
|
|
directConnection: false
|
|
ping: true
|