mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
44 lines
619 B
JSON
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"]
|
|
}
|
|
}
|