mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
41 lines
412 B
JSON
41 lines
412 B
JSON
{
|
|
// CGRateS Configuration file
|
|
//
|
|
// Used in apier/v1/cdrs_it_test
|
|
|
|
|
|
"data_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "10",
|
|
"db_port": 27017,
|
|
},
|
|
|
|
|
|
"stor_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "cgrates",
|
|
"db_port": 27017,
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*localhost"],
|
|
},
|
|
|
|
|
|
"apier": {
|
|
"scheduler_conns": ["*internal"],
|
|
},
|
|
|
|
}
|