Add tests for analyzers documentation

This commit is contained in:
ionutboangiu
2022-09-08 19:30:53 +03:00
committed by Dan Christian Bogos
parent 1f308b9a64
commit ba35d39f2c
2 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"general": {
"log_level": 7,
"reply_timeout": "30s"
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080"
},
"data_db": {
"db_type": "redis",
"db_name": "10"
},
"admins": {
"enabled": true
},
"attributes": {
"enabled": true,
"prefix_indexed_fields":["*req.Destination", "*req.Account"],
"opts":{
"*processRuns": [
{
"Tenant": "cgrates.org",
"FilterIDs": [],
"Value": 2
}
]
}
},
"analyzers":{
"enabled": true,
"db_path": "/tmp/analyzers"
}
}