This commit is contained in:
Cryptoval Trading Technologies
2025-11-22 01:46:01 +00:00
parent ca480015ea
commit 43eaee4ffb
+31
View File
@@ -106,6 +106,37 @@
# , "ALPACA_SNDBX" # , "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": { , "order_entry_gateway": {
"exchanges_settings": { "exchanges_settings": {
"ALPACA_SNDBX": { "ALPACA_SNDBX": {