Files
cgrates/data/conf/samples/gocs/dsp_site/cgrates.json
2022-04-21 15:27:27 +02:00

43 lines
529 B
JSON

{
"general": {
"log_level": 7,
"node_id": "DISPATCH_SITE",
"reconnects": 2,
"reply_timeout": "5s",
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080"
},
"data_db": {
"db_type": "*redis",
"db_port": 6379,
"db_name": "13"
},
"caches":{
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"rates": {
"enabled": true,
},
"dispatchers":{
"enabled": true
},
"admins": {
"enabled": true,
}
}