This commit is contained in:
Cryptoval Trading Technologies 2024-09-10 17:21:24 +00:00
parent d4d95f19fc
commit 268ad9e59d
2 changed files with 9 additions and 4 deletions

View File

@ -9,8 +9,13 @@
, "read_timeout" : 0.01 , "read_timeout" : 0.01
, "ping_timeout_secs": 2.0 , "ping_timeout_secs": 2.0
} }
, "cvtt-prod-01": { , "cvtt-testserver": {
"url": "redis://cvtt-prod-01.cvtt.vpn" "url": "redis://cvtt-testserver.cvtt.vpn"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
}
, "cvtt-prod-eqty-01": {
"url": "redis://cvtt-prod-eqty-01.cvtt.vpn"
, "read_timeout" : 0.01 , "read_timeout" : 0.01
, "ping_timeout_secs": 2.0 , "ping_timeout_secs": 2.0
} }

View File

@ -22,13 +22,13 @@
"tables": ["bnbfut.md_booktops"] "tables": ["bnbfut.md_booktops"]
, "exchange_id": "BNBFUT" , "exchange_id": "BNBFUT"
, "instruments": ["PERP-BTC-USDT"] , "instruments": ["PERP-BTC-USDT"]
, "threshold_sec": 120.0 , "threshold_sec": 3600.0
} }
, "BNBFUT-2": { , "BNBFUT-2": {
"tables": ["bnbfut.md_trades"] "tables": ["bnbfut.md_trades"]
, "exchange_id": "BNBFUT" , "exchange_id": "BNBFUT"
, "instruments": ["PERP-BTC-USDT"] , "instruments": ["PERP-BTC-USDT"]
, "threshold_sec": 120.0 , "threshold_sec": 3600.0
} }
, "BNBSPOT-1": { , "BNBSPOT-1": {
"tables": ["bnbspot.md_booktops"] "tables": ["bnbspot.md_booktops"]