mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
47 lines
705 B
JSON
47 lines
705 B
JSON
{
|
|
|
|
"general": {
|
|
"log_level": 7,
|
|
"reply_timeout": "30s"
|
|
},
|
|
|
|
"listen": {
|
|
"rpc_json": ":2012",
|
|
"rpc_gob": ":2013",
|
|
"http": ":2080"
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_name": "10"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
|
|
}
|
|
|