Files
cgrates/data/conf/samples/attributes_internal/cgrates.json
2025-11-12 12:54:46 +01:00

30 lines
429 B
JSON

{
"db": {
"db_conns": {
"*default": {
"db_type": "*internal",
"opts":{
"internalDBRewriteInterval": "0s",
"internalDBDumpInterval": "0s"
}
},
}
},
"attributes": {
"enabled": true,
"prefix_indexed_fields": ["*req.Destination"],
"exists_indexed_fields": ["*opts.*usage"],
"notexists_indexed_fields": ["*req.ToR"]
},
"admins": {
"enabled": true
},
"tpes": {
"enabled": true
}
}