File: uri-with-auth.yml

package info (click to toggle)
libmongodb-perl 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,264 kB
  • sloc: perl: 14,419; python: 299; makefile: 20; sh: 11
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
uri: "mongodb+srv://auser:apass@test1.test.build.10gen.cc/?replicaSet=repl0"
seeds:
    - localhost.test.build.10gen.cc:27017
    - localhost.test.build.10gen.cc:27018
hosts:
    - localhost:27017
    - localhost:27018
    - localhost:27019
parsed_options:
    user: auser
    password: apass
comment: Should preserve auth credentials