mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Add tests for analyzers documentation
This commit is contained in:
committed by
Dan Christian Bogos
parent
1f308b9a64
commit
ba35d39f2c
43
data/conf/samples/analyzers_doc/cgrates.json
Normal file
43
data/conf/samples/analyzers_doc/cgrates.json
Normal 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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user