This commit is contained in:
Cryptoval Trading Technologies
2025-11-26 18:09:01 +00:00
parent 93c0e5bb55
commit 2430ff0fe0
+2 -2
View File
@@ -160,10 +160,10 @@
, "api": { , "api": {
"REST": { "REST": {
"port": @env{PRICER_REST_PORT}, "port": @env{PRICER_REST_PORT},
"base_url": ["POST", "http://localhost:@env{PRICER_REST_PORT}"] "base_url": ["POST", "http://@env{PRICER_HOST}:@env{PRICER_REST_PORT}"]
} }
, "WS": { , "WS": {
"url": "ws://localhost:@env{PRICER_WS_PORT}/ws" "url": "ws://@env{PRICER_HOST}:@env{PRICER_WS_PORT}/ws"
} }
} }
, "historical_md": { , "historical_md": {