20251122
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user