Files
cgrates/data/conf/samples/rates_mongo/cgrates.json
2023-10-25 16:37:19 +02:00

27 lines
402 B
JSON

{
"data_db": {
"db_type": "mongo",
"db_name": "10",
"db_port": 27017
},
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017,
"db_password": ""
},
"rates": {
"enabled": true,
"prefix_indexed_fields": ["*req.Destination"],
"exists_indexed_fields": ["*req.Destination"],
"rate_prefix_indexed_fields": ["*req.Destination"]
},
"admins": {
"enabled": true
}
}