mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
92 lines
1.3 KiB
JSON
92 lines
1.3 KiB
JSON
{
|
|
|
|
"general": {
|
|
"log_level": 7
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
"filters": {
|
|
"apiers_conns": ["*localhost"],
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
"thresholds_conns": ["*localhost"]
|
|
},
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*internal"]
|
|
},
|
|
|
|
"resources": {
|
|
"enabled": true,
|
|
"store_interval": "-1"
|
|
},
|
|
|
|
"attributes": {
|
|
"enabled": true
|
|
},
|
|
|
|
"chargers": {
|
|
"enabled": true
|
|
},
|
|
|
|
"thresholds": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
"sessions_conns": ["*localhost"]
|
|
},
|
|
|
|
"sessions": {
|
|
"enabled": true,
|
|
"attributes_conns": ["*localhost"],
|
|
"cdrs_conns": ["*localhost"],
|
|
"rals_conns": ["*localhost"],
|
|
"resources_conns": ["*localhost"],
|
|
"chargers_conns": ["*localhost"],
|
|
"debit_interval": "10s"
|
|
},
|
|
|
|
"radius_agent": {
|
|
"enabled": true,
|
|
"sessions_conns": ["*bijson_localhost"],
|
|
"client_da_addresses": {
|
|
"127.0.0.1": {
|
|
"transport": "udp",
|
|
"host": "",
|
|
"port": 3799,
|
|
"flags": ["*log"]
|
|
}
|
|
},
|
|
"listeners":[
|
|
{
|
|
"network": "udp",
|
|
"auth_address": "127.0.0.1:1812",
|
|
"acct_address": "127.0.0.1:1813"
|
|
}
|
|
],
|
|
"dmr_template": "*dmr",
|
|
"coa_template": "*coa",
|
|
"requests_cache_key": "~*req.Acct-Session-Id;-;modified"
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
"scheduler_conns": ["*localhost"]
|
|
}
|
|
|
|
}
|
|
|