Merge "Fix WS endpoint registration"
This commit is contained in:
commit
6b02c01345
@ -256,8 +256,8 @@ function create_zaqar_accounts {
|
|||||||
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_SERVICE_PORT"
|
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_SERVICE_PORT"
|
||||||
|
|
||||||
local zaqar_ws_service=$(get_or_create_service "zaqar-websocket" \
|
local zaqar_ws_service=$(get_or_create_service "zaqar-websocket" \
|
||||||
"messaging-websocket" "Zaqar Service")
|
"messaging-websocket" "Zaqar Websocket Service")
|
||||||
get_or_create_endpoint $zaqar_service \
|
get_or_create_endpoint $zaqar_ws_service \
|
||||||
"$REGION_NAME" \
|
"$REGION_NAME" \
|
||||||
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_WEBSOCKET_PORT" \
|
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_WEBSOCKET_PORT" \
|
||||||
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_WEBSOCKET_PORT" \
|
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_WEBSOCKET_PORT" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user