Files
cgrates/data/conf/samples/attributes_mongo/cgrates.json
2023-05-03 10:05:28 +02:00

27 lines
376 B
JSON

{
"data_db": {
"db_type": "mongo",
"db_name": "10",
"db_port": 27017
},
"attributes": {
"enabled": true,
"prefix_indexed_fields": ["*req.Destination"],
"exists_indexed_fields": ["*opts.*usage"],
"notexists_indexed_fields": ["*req.ToR"]
},
"admins": {
"enabled": true
},
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017
}
}