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

26 lines
330 B
JSON

{
"data_db": {
"db_type": "*internal"
},
"stor_db": {
"db_type": "*internal"
},
"attributes": {
"enabled": true,
"prefix_indexed_fields": ["*req.Destination"],
"exists_indexed_fields": ["*opts.*usage"],
"notexists_indexed_fields": ["*req.ToR"]
},
"admins": {
"enabled": true
},
"tpes": {
"enabled": true
}
}