cgradmin conf sample

This commit is contained in:
Radu Ioan Fericean
2015-02-11 19:08:48 +02:00
parent 1f459f759b
commit 11c8349329

View File

@@ -0,0 +1,20 @@
{
// CGRateS Configuration file
//
// Used for cgradmin
// Starts rater, scheduler
"listen": {
"rpc_json": "127.0.0.1:2012", // RPC JSON listening address
"rpc_gob": "127.0.0.1:2013", // RPC GOB listening address
"http": "127.0.0.1:2080", // HTTP listening address
},
"rater": {
"enabled": true, // enable Rater service: <true|false>
},
"scheduler": {
"enabled": true, // start Scheduler service: <true|false>
},
}