Files
cgrates/data/conf/samples/dynamic_account_threshold/cgrates.json
2025-05-21 14:22:44 +02:00

61 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"]
},
"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,
},
}