Files
cgrates/data/conf/samples/multiral2_mongo/cgrates.json
2026-02-13 17:19:50 +01:00

47 lines
629 B
JSON

{
// CGRateS Configuration file
//
// Used for multiple RAL configuration tests
// Starts RAL
"general": {
"node_id": "node2"
},
"listen": {
"rpc_json": ":12012",
"rpc_gob": ":12013",
"http": ":12080",
"birpc_json": ":12014"
},
"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
},
"chargers": {
"enabled": true
},
"sessions": {
"enabled": true
}
}