mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
45 lines
647 B
JSON
45 lines
647 B
JSON
{
|
|
// CGRateS Configuration file
|
|
//
|
|
// Used in apier/v1/rating_profile_late_it_test
|
|
|
|
|
|
"data_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "10",
|
|
"db_port": 27017,
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "cgrates",
|
|
"db_port": 27017,
|
|
"db_password": "",
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
"rals_conns": ["*localhost"],
|
|
"chargers_conns":["*internal"],
|
|
},
|
|
|
|
"chargers": {
|
|
"enabled": true,
|
|
"attributes_conns": ["*internal"],
|
|
},
|
|
|
|
"attributes": {
|
|
"enabled": true,
|
|
"apiers_conns": ["*internal"]
|
|
},
|
|
|
|
"apiers": {
|
|
"enabled": true,
|
|
},
|
|
|
|
}
|