Cryptoval Trading Technologies 5e49af0589 progress
2023-10-03 23:47:07 +00:00

25 lines
603 B
INI

{
"localhost": {
"url": "redis://localhost"
, "app_channels": {
"executor": "EXEC"
, "risk_manager": "RMGR"
, "trader": "TRDR"
, "quant": "QANT"
}
, "read_timeout" : 0.01
, "ping_timeout_secs": 1.0
}
, "cloud17": {
"url": "redis://cloud17.cvtt.vpn"
, "app_channels": {
"executor": "EXEC"
, "risk_manager": "RMGR"
, "trader": "TRDR"
, "quant": "QANT"
}
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
}
}