20250819
This commit is contained in:
parent
af375e9587
commit
20270da409
@ -73,9 +73,6 @@
|
||||
"port": @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": {
|
||||
@ -140,11 +137,11 @@
|
||||
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS"
|
||||
, "api": {
|
||||
"REST": {
|
||||
"port": ${PRICER_REST_PORT},
|
||||
"base_url": ["POST", "http://localhost:${PRICER_REST_PORT}"]
|
||||
"port": @env{PRICER_REST_PORT},
|
||||
"base_url": ["POST", "http://localhost:@env{PRICER_REST_PORT}"]
|
||||
}
|
||||
, "WS": {
|
||||
"url": "ws://localhost:${PRICER_WS_PORT}/ws"
|
||||
"url": "ws://localhost:@env{PRICER_WS_PORT}/ws"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user