2025-03-17 20:58:26 +01:00

13 lines
363 B
YAML

# When srvMaxHosts is zero, all hosts are added to the seed list.
uri: "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=0"
seeds:
- localhost.test.build.10gen.cc:27017
- localhost.test.build.10gen.cc:27018
hosts:
- localhost.test.build.10gen.cc:27017
- localhost.test.build.10gen.cc:27018
options:
srvMaxHosts: 0
ssl: true
ping: true