This commit is contained in:
Cryptoval Trading Technologies
2023-11-11 01:41:42 +00:00
parent 5e49af0589
commit fcda6e1d3e
7 changed files with 45 additions and 26 deletions
+21 -6
View File
@@ -1,3 +1,5 @@
@var DatabaseHost=cryptoval1.cvtt.vpn
# @var DatabaseHost=cryptoval1.sheynin.home
{
"__DUMMY__": {}
# ---------------------- C
@@ -13,6 +15,10 @@
, "ws_url": ["WSS", "wss://stream.binance.com/ws"]
, "REST": {
# https://api.binance.com/api/v3/depth?symbol=BNBBTC&limit=1000
"depth_snapshot_url": ["GET", "https://api.binance.com/api/v3/depth"],
}
}
}
, "BNBFUT": {
@@ -26,6 +32,11 @@
, "reconnect_secs": 2.0
, "ws_url": ["WSS", "wss://fstream.binance.com/ws"]
, "REST": {
# https://fapi.binance.com/fapi/v1/depth?symbol=BNBBTC&limit=1000
"depth_snapshot_url": ["GET", "https://fapi.binance.com/fapi/v1/depth"],
}
}
}
, "BNBFUT-2": {
@@ -63,6 +74,11 @@
, "reconnect_secs": 10
, "ws_url": ["WSS", "wss://stream.binance.us:9443/ws"]
, "REST": {
# https://api.binance.com/api/v3/depth?symbol=BNBBTC&limit=1000
"depth_snapshot_url": ["GET", "https://api.binance.com/api/v3/depth"],
}
}
}
# ---------------------- C
@@ -75,12 +91,11 @@
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
}
, "redis": {
"url": "redis://cloud17.cvtt.vpn"
,"listen_channel_prefix": "CVTT_CLNT"
, "executor_channel": "EXEC"
, "ping_timeout_secs": 2.0
, "accounting": {
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
}
,"listen_channel_prefix": "CVTT_CLNT"
, "executor_channel": "EXEC"
}
, "CVTT_COINBASE_LOCAL": {
"exchange_id": "CVTT_COINBS"
@@ -162,7 +177,7 @@
"module": "cvttpy.tools.db.timescale.tsdb_client"
, "class": "TimescaleDbClient"
, "connect": {
"host": "cryptoval1.cvtt.vpn"
"host": ${DatabaseHost}
, "port": 5432
, "database": "coinbase"
}