{ // Real-time Charging System for Telecom & ISP environments // Copyright (C) ITsysCOM GmbH // // This file contains the default configuration hardcoded into CGRateS. // This is what you get when you load CGRateS with an empty configuration file. "listen": { "rpc_json": "0.0.0.0:3012", // RPC JSON listening address "rpc_gob": "0.0.0.0:3013", // RPC GOB listening address "http": "0.0.0.0:3080", // HTTP listening address }, "rals": { "enabled": true, // enable Rater service: "cdrstats_conns": [ {"address": "*internal"} ], "users_conns": [ {"address": "*internal"} ], "aliases_conns": [ {"address": "*internal"} ], }, "scheduler": { "enabled": true, // start Scheduler service: }, "cdrs": { "enabled": true, // start the CDR Server service: }, "cdrstats": { "enabled": true, // starts the cdrstats service: }, "sm_generic": { "enabled": true, // starts SessionManager service: }, "aliases": { "enabled": true, // starts Aliases service: . }, "users": { "enabled": true, // starts User service: . }, }