Add support for mongodb+srv conn format

Option can be found in db opts under the name 'mongoSchema'.
This commit is contained in:
ionutboangiu
2023-11-20 08:00:41 -05:00
committed by Dan Christian Bogos
parent 1154cad0df
commit 24cbe49d90
22 changed files with 79 additions and 23 deletions

View File

@@ -1998,6 +1998,7 @@ const (
PrefixIndexedFieldsCfg = "prefix_indexed_fields"
SuffixIndexedFieldsCfg = "suffix_indexed_fields"
MongoQueryTimeoutCfg = "mongoQueryTimeout"
MongoSchemeCfg = "mongoScheme"
PgSSLModeCfg = "pgSSLMode"
ItemsCfg = "items"
OptsCfg = "opts"