mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
|
|
"general": {
|
|
"log_level": 7,
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "*internal",
|
|
},
|
|
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal",
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"schedulers": {
|
|
"enabled": true,
|
|
"dynaprepaid_actionplans": ["DYNA_ACC"],
|
|
"thresholds_conns": ["*localhost"]
|
|
},
|
|
|
|
"chargers": {
|
|
"enabled": true,
|
|
"attributes_conns": ["*localhost"],
|
|
},
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"apiers_conns": ["*localhost"],
|
|
"exists_indexed_fields": ["*opts.*accountID"],
|
|
"store_interval": "-1",
|
|
},
|
|
|
|
"stats": {
|
|
"enabled": true,
|
|
"thresholds_conns": ["*localhost"],
|
|
"store_interval": "-1",
|
|
},
|
|
|
|
"attributes": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"sessions": {
|
|
"enabled": true,
|
|
"rals_conns": ["*localhost"],
|
|
"chargers_conns": ["*localhost"],
|
|
"scheduler_conns": ["*localhost"],
|
|
"thresholds_conns": ["*localhost"],
|
|
"stats_conns": ["*localhost"],
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
},
|
|
|
|
}
|
|
|