File: txt-record-with-overridden-ssl-option.yml

package info (click to toggle)
golang-mongodb-mongo-driver 1.17.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates
  • size: 25,988 kB
  • sloc: perl: 533; ansic: 491; python: 432; sh: 327; makefile: 174
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
uri: "mongodb+srv://test5.test.build.10gen.cc/?ssl=false"
seeds:
    - localhost.test.build.10gen.cc:27017
hosts:
    - localhost:27017
    - localhost:27018
    - localhost:27019
options:
    replicaSet: repl0
    authSource: thisDB
    ssl: false
ping: true