Files
cgrates/data/conf/samples/multiral2/cgrates.json

29 lines
436 B
JSON

{
// CGRateS Configuration file
//
// Used for multiple RAL configuration tests
// Starts RAL
"listen": {
"rpc_json": ":12012",
"rpc_gob": ":12013",
"http": ":12080",
},
"stor_db": { // database used to store offline tariff plans and CDRs
"db_password": "CGRateS.org", // password to use when connecting to stordb
},
"rals": {
"enabled": true,
},
"cdrs": {
"enabled": true,
},
"sm_generic": {
"enabled": true,
},
}