This commit is contained in:
Cryptoval Trading Technologies 2025-08-19 20:29:01 +00:00
parent af375e9587
commit 20270da409

View File

@ -73,9 +73,6 @@
"port": @env{COORDINATOR_REST_PORT}, "port": @env{COORDINATOR_REST_PORT},
"base_url": ["POST", "http://localhost:@env{COORDINATOR_REST_PORT}"] "base_url": ["POST", "http://localhost:@env{COORDINATOR_REST_PORT}"]
} }
# , "WS": {
# "url": "ws://localhost:@env{COORDINATOR_WS_PORT}/ws"
# }
} }
} }
, "market_data_gateway": { , "market_data_gateway": {
@ -140,11 +137,11 @@
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS" , "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS"
, "api": { , "api": {
"REST": { "REST": {
"port": ${PRICER_REST_PORT}, "port": @env{PRICER_REST_PORT},
"base_url": ["POST", "http://localhost:${PRICER_REST_PORT}"] "base_url": ["POST", "http://localhost:@env{PRICER_REST_PORT}"]
} }
, "WS": { , "WS": {
"url": "ws://localhost:${PRICER_WS_PORT}/ws" "url": "ws://localhost:@env{PRICER_WS_PORT}/ws"
} }
} }
} }