{ // CGRateS Configuration file // // Used for cgradmin // Starts rater, scheduler "general": { "log_level": 7, }, "listen": { "rpc_json": ":2012", // RPC JSON listening address "rpc_gob": ":2013", // RPC GOB listening address "http": ":2080", // HTTP listening address }, "data_db": { // database used to store runtime data (eg: accounts, cdr stats) "db_type": "mongo", // stor database type to use: "db_port": 27017, // the port to reach the datadb "db_name": "datadb", "db_password": "", }, "rates": { "enabled": true, }, "cdrs": { "enabled": true, }, "attributes": { "enabled": true, }, "chargers": { "enabled": true, "attributes_conns": ["*internal"], }, "sessions": { "enabled": true, "attributes_conns": ["*localhost"], "chargers_conns": ["*localhost"], "rates_conns": ["*localhost"], "cdrs_conns": ["*localhost"], }, "diameter_agent": { "enabled": true, "concurrent_requests": 0, "sessions_conns": ["*localhost"], "request_processors": [ { "id": "maxconn", "filters": ["*string:~*vars.*cmd:CCR", "*string:~*req.Service-Context-Id:TestDiamItDryRun"], "flags": ["*dryRun","*continue"], "request_fields":[], "reply_fields":[], }, ], }, "admins": { "enabled": true, }, }