{ // CGRateS Configuration file "general": { "log_level": 7, "reply_timeout": "30s", }, "listen": { "rpc_json": ":2012", "rpc_gob": ":2013", "http": ":2080", }, "data_db": { "db_type": "redis", "db_port": 6379, "db_name": "10", }, "stor_db": { "db_password": "CGRateS.org", }, "rals": { "enabled": true, "thresholds_conns": ["*internal"], "remove_expired":false, }, "schedulers": { "enabled": true, "cdrs_conns": ["*localhost"], }, "cdrs": { "enabled": true, "chargers_conns":["*localhost"], }, "chargers": { "enabled": true, "attributes_conns": ["*internal"], }, "resources": { "enabled": true, "store_interval": "1s", "thresholds_conns": ["*internal"], }, "stats": { "enabled": true, "store_interval": "1s", "thresholds_conns": ["*internal"], }, "thresholds": { "enabled": true, "store_interval": "1s", }, "routes": { "enabled": true, "stats_conns": ["*internal"], }, "attributes": { // Attribute service "enabled": true, // starts Attribute service: . }, "sessions": { "enabled": true, }, "migrator": { "out_datadb_type": "mongo", "out_datadb_port": "27017", "out_datadb_name": "10", "out_stordb_type": "mongo", "out_stordb_port": "27017", "out_stordb_name": "cgrates", }, "admins": { "enabled": true, "scheduler_conns": ["*internal"], }, }