Files
cgrates/data/conf/samples/multiral1/cgrates.json
2016-04-24 11:18:23 +02:00

17 lines
355 B
JSON

{
// CGRateS Configuration file
//
// Used for multiple RAL configuration tests
// Starts rater, scheduler
"listen": {
"rpc_json": ":2012", // RPC JSON listening address
"rpc_gob": ":2013", // RPC GOB listening address
"http": ":2080", // HTTP listening address
},
"rals": {
"enabled": true, // enable Rater service: <true|false>
},
}