mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add support for mongodb+srv conn format
Option can be found in db opts under the name 'mongoSchema'.
This commit is contained in:
committed by
Dan Christian Bogos
parent
1154cad0df
commit
24cbe49d90
@@ -1998,6 +1998,7 @@ const (
|
||||
PrefixIndexedFieldsCfg = "prefix_indexed_fields"
|
||||
SuffixIndexedFieldsCfg = "suffix_indexed_fields"
|
||||
MongoQueryTimeoutCfg = "mongoQueryTimeout"
|
||||
MongoSchemeCfg = "mongoScheme"
|
||||
PgSSLModeCfg = "pgSSLMode"
|
||||
ItemsCfg = "items"
|
||||
OptsCfg = "opts"
|
||||
|
||||
Reference in New Issue
Block a user