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

22 lines
306 B
JSON

{
"data_db": {
"db_type": "*internal"
},
"stor_db": {
"db_type": "*internal"
},
"rates": {
"enabled": true,
"prefix_indexed_fields": ["*req.Destination"],
"exists_indexed_fields": ["*req.Destination"],
"rate_prefix_indexed_fields": ["*req.Destination"]
},
"admins": {
"enabled": true
}
}