{ // Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments // Copyright (C) ITsysCOM GmbH "listen": { "rpc_json": "127.0.0.1:22012", // RPC JSON listening address "rpc_gob": "127.0.0.1:22013", // RPC GOB listening address "http": "127.0.0.1:22080", // HTTP listening address }, "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, // enable Rater service: }, "cdrs": { "enabled": true, // start the CDR Server service: }, "sm_generic": { "enabled": true, // starts SessionManager service: "listen_bijson": "127.0.0.1:22014", // address where to listen for bidirectional JSON-RPC requests "smg_replication_conns": [ {"address": "127.0.0.1:2012", "transport": "*json"}, ], }, }