mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
38 lines
338 B
JSON
38 lines
338 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
|
|
},
|
|
|
|
|
|
"scheduler": {
|
|
"enabled": true
|
|
},
|
|
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*localhost"],
|
|
},
|
|
|
|
|
|
"apier": {
|
|
"scheduler_conns": ["*internal"],
|
|
},
|
|
|
|
}
|