Files
cgrates/data/conf/samples/tutorial/tutorial.json
2015-01-18 18:09:07 +01:00

35 lines
751 B
JSON

{
// CGRateS Configuration file
//
// Used in mediator_local_test
// Starts rater, cdrs and mediator connecting over internal channel
"rater": {
"enabled": true, // enable Rater service: <true|false>
},
"scheduler": {
"enabled": true, // start Scheduler service: <true|false>
},
"cdrs": {
"enabled": true, // start the CDR Server service: <true|false>
"mediator": "internal", // address where to reach the Mediator.
},
"cdre": {
"*default": {
"export_dir": "/tmp", // path where the exported CDRs will be placed
}
},
"mediator": {
"enabled": true, // starts Mediator service: <true|false>.
"cdrstats": "internal",
},
"cdrstats": {
"enabled": true, // starts the cdrstats service: <true|false>
},
}