mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
51 lines
528 B
JSON
51 lines
528 B
JSON
{
|
|
|
|
"general": {
|
|
"node_id": "DispatcherEngine2",
|
|
"log_level": 7,
|
|
"reconnects": 1,
|
|
},
|
|
|
|
|
|
"listen": {
|
|
"rpc_json": ":3012",
|
|
"rpc_gob": ":3013",
|
|
"http": ":3080",
|
|
},
|
|
|
|
|
|
"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"],
|
|
},
|
|
|
|
|
|
} |