Files
cgrates/data/conf/samples/cache_replicate/dispatcher_engine2/cgrates.json
2026-02-13 17:19:50 +01:00

44 lines
619 B
JSON

{
"general": {
"node_id": "DispatcherEngine2",
"log_level": 7,
"reconnects": 1
},
"listen": {
"rpc_json": ":3012",
"rpc_gob": ":3013",
"http": ":3080",
"birpc_json": ":3014"
},
"data_db": {
"db_type": "redis",
"db_port": 6379,
"db_name": "11"
},
"stor_db": {
"db_type": "*internal"
},
"caches": {
"partitions": {
"*dispatcher_routes": { "limit": -1, "ttl": "1h" }
}
},
"schedulers": {
"enabled": true
},
"dispatchers": {
"enabled": true
},
"apiers": {
"enabled": true,
"scheduler_conns": ["*internal"]
}
}