{ // CGRateS Configuration file // "general": { "log_level": 7, }, "listen": { "rpc_json": ":2012", "rpc_gob": ":2013", "http": ":2080", }, "rates": { "enabled": true, }, "cdrs": { "enabled": true, "chargers_conns": ["*internal"], "rates_conns": ["*internal"], }, "attributes": { "enabled": true, }, "chargers": { "enabled": true, "attributes_conns": ["*internal"], }, "sessions": { "enabled": true, "attributes_conns": ["*localhost"], "cdrs_conns": ["*localhost"], "rates_conns": ["*localhost"], "chargers_conns": ["*internal"], }, "admins": { "enabled": true, }, }