This commit is contained in:
Cryptoval Trading Technologies 2025-08-19 20:28:01 +00:00
parent f8fad120d7
commit af375e9587

View File

@ -70,11 +70,11 @@
, "coordinator": { , "coordinator": {
"api": { "api": {
"REST": { "REST": {
"port": @${COORDINATOR_REST_PORT}, "port": @env{COORDINATOR_REST_PORT},
"base_url": ["POST", "http://localhost:${COORDINATOR_REST_PORT}"] "base_url": ["POST", "http://localhost:@env{COORDINATOR_REST_PORT}"]
} }
# , "WS": { # , "WS": {
# "url": "ws://localhost:${COORDINATOR_WS_PORT}/ws" # "url": "ws://localhost:@env{COORDINATOR_WS_PORT}/ws"
# } # }
} }
} }