{ // CGRateS Configuration file // "general": { "log_level": 7, "reply_timeout": "5m", }, "data_db": { "db_type": "*internal", }, "rates": { "enabled": true, }, "cdrs": { "enabled": true, "chargers_conns":["*localhost"], }, "attributes": { "enabled": true, }, "chargers": { "enabled": true, "attributes_conns": ["*localhost"], }, "resources": { "enabled": true, "store_interval": "-1", "thresholds_conns": ["*localhost"] }, "stats": { "enabled": true, "store_interval": "-1", "thresholds_conns": ["*localhost"], }, "thresholds": { "enabled": true, "store_interval": "-1", }, "routes": { "enabled": true, "prefix_indexed_fields":["*req.Destination"], "stats_conns": ["*localhost"], "resources_conns": ["*localhost"], }, "sessions": { "enabled": true, "routes_conns": ["*localhost"], "resources_conns": ["*localhost"], "attributes_conns": ["*localhost"], "rates_conns": ["*localhost"], "cdrs_conns": ["*localhost"], "chargers_conns": ["*localhost"], }, "admins": { "enabled": true, }, }