Skip to content

Commit

Permalink
Add missing websocket endpoint configurations to WebSocketAPIInvocati…
Browse files Browse the repository at this point in the history
…onWithTracingTestCase
  • Loading branch information
tgtshanika committed Sep 23, 2023
1 parent 2c9cb00 commit ab77b1e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ show_as_token_endpoint_url = true
service_url = "https://localhost:${mgt.transport.https.port}/services/"
username = "admin"
password = "admin"
http_endpoint = "ws://wsserverhost:9797"
ws_endpoint = "ws://localhost:9960/"
wss_endpoint = "wss://localhost:9960/"
http_endpoint = "http://wsserverhost:9797"
https_endpoint = "https://serverhost:9898"

[[apim.gateway.environment]]
Expand Down

0 comments on commit ab77b1e

Please sign in to comment.