Files
cgrates/data/conf/samples/cache_replicate/dispatcher_engine/cgrates.json
2022-09-22 20:22:34 +02:00

45 lines
606 B
JSON

{
"general": {
"node_id": "DispatcherEngine",
"log_level": 7,
"reconnects": 1,
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080",
},
"caches":{
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "1h", "replicate": true},
"*dispatcher_loads": {"limit": -1, "replicate": true}
},
"replication_conns": ["cacheReplication"],
"remote_conns": ["cacheReplication"],
},
"rpc_conns": {
"cacheReplication": {
"conns": [{"address": "127.0.0.1:3013", "transport":"*gob"}],
},
},
"dispatchers":{
"enabled": true,
},
"admins": {
"enabled": true,
},
}