diff --git a/data/apps/cvtt_musvc.cfg b/data/apps/cvtt_musvc.cfg index ba95e1f..e2e455d 100644 --- a/data/apps/cvtt_musvc.cfg +++ b/data/apps/cvtt_musvc.cfg @@ -106,6 +106,37 @@ # , "ALPACA_SNDBX" ] } + , "pricer": { + "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.PXER" + , "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS" + , "api": { + "REST": { + "port": @env{PRICER_REST_PORT}, + "base_url": ["POST", "http://localhost:@env{PRICER_REST_PORT}"] + } + , "WS": { + "url": "ws://localhost:@env{PRICER_WS_PORT}/ws" + } + } + , "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": { "exchanges_settings": { "ALPACA_SNDBX": {