diff --git a/data/apps/cvtt_musvc.cfg b/data/apps/cvtt_musvc.cfg index 968f1c5..b5f04b7 100644 --- a/data/apps/cvtt_musvc.cfg +++ b/data/apps/cvtt_musvc.cfg @@ -115,27 +115,27 @@ # , "ALPACA_SNDBX" ] } - , "ohlcv_recorder": { - "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OHLCV.APP_STATUS" - , "historical_md": { - "db": { - "cred_key": "TSDB_CVTT_TESTER_01_DIRECT" - } - , "trades_recording": { # unconditional trades recording for 1min aggregates - "flush_interval_sec": 10.0 - "instruments": [ - { - "exch_acct": "COINBASE_AT" - , "instrument_id": "PAIR-BTC-USD" - } - , { - "exch_acct": "COINBASE_AT" - , "instrument_id": "PAIR-ETH-USD" - } - ] - } - } - } + # , "ohlcv_recorder": { + # "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OHLCV.APP_STATUS" + # , "historical_md": { + # "db": { + # "cred_key": "TSDB_CVTT_TESTER_01_DIRECT" + # } + # , "trades_recording": { # unconditional trades recording for 1min aggregates + # "flush_interval_sec": 10.0 + # "instruments": [ + # { + # "exch_acct": "COINBASE_AT" + # , "instrument_id": "PAIR-BTC-USD" + # } + # , { + # "exch_acct": "COINBASE_AT" + # , "instrument_id": "PAIR-ETH-USD" + # } + # ] + # } + # } + # } , "order_entry_gateway": { "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OE_GW.APP_STATUS" , "exchanges_settings": {