20250819
This commit is contained in:
parent
f8fad120d7
commit
af375e9587
@ -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"
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user