This commit is contained in:
Cryptoval Trading Technologies
2026-07-31 19:34:02 +00:00
parent d41c8adc46
commit 1164032a5e
+3 -6
View File
@@ -26,7 +26,7 @@
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW.APP_STATUS" "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW.APP_STATUS"
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW." , "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW."
, "exchanges_settings": { , "exchanges_settings": {
"ALPACA_SNDBX": { "COINBASE_AT": {
"mkt_data": { "mkt_data": {
"enabled": false "enabled": false
, "streaming": false , "streaming": false
@@ -44,7 +44,7 @@
, "trade": "ALPACA_SANDBOX" , "trade": "ALPACA_SANDBOX"
} }
}, },
"COINBASE_AT": { "COINBASE_FUT": {
"mkt_data": { "mkt_data": {
"enabled": false "enabled": false
, "streaming": false , "streaming": false
@@ -62,10 +62,9 @@
} }
} }
} }
, "exchanges": ["COINBASE_AT"] # DEPRECATED R E M O V E
, "connectors": { , "connectors": {
"simulated": false, "simulated": false,
"exchanges": ["COINBASE_AT"] "exchanges": ["COINBASE_FUT"]
} }
} }
, "bookkeeper": { , "bookkeeper": {
@@ -75,8 +74,6 @@
, "db": { , "db": {
"server_type": "timescale", "server_type": "timescale",
"cred_key": "TSDB-CLD32-TESTER-DIRECT" "cred_key": "TSDB-CLD32-TESTER-DIRECT"
# "cred_key": "TSDB_CVTT_TRADINNG_PROD-01-RW"
# "cred_key": "TSDB-CLD32-TESTER-DCKR-CMPS"
} }
, "use_cache": true , "use_cache": true
} }