fix(mong srv): fix wrong configuration

This commit is contained in:
zhouzb 2021-11-15 09:41:03 +08:00
parent 25f504c90a
commit cb18538957
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
## MongoDB Topology Type. ## MongoDB Topology Type.
## ##
## Value: single | unknown | sharded | rs ## Value: single | unknown | sharded | rs
auth.mongo.type = auth.mongo.type = single
## Whether to use SRV and TXT records. ## Whether to use SRV and TXT records.
## ##