mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
43 lines
439 B
JSON
43 lines
439 B
JSON
{
|
|
// CGRateS Configuration file
|
|
//
|
|
// Used in apier/v1/cdrs_it_test
|
|
|
|
|
|
"data_db":{
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
"balance_rating_subject":{
|
|
"*data":"*zero1s"
|
|
},
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*localhost"],
|
|
"session_cost_retries": 1,
|
|
},
|
|
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
"scheduler_conns": ["*internal"],
|
|
},
|
|
|
|
}
|