Skip to content

Commit 38804dc

Browse files
authored
Set ORCHESTRATOR_WEBSOCKET_URL to ws://localhost:8080/api/ws/events (#49)
1 parent cb71397 commit 38804dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ORCHESTRATOR_API_HOST=http://localhost:8080
33
ORCHESTRATOR_API_PATH=/api
44
ORCHESTRATOR_GRAPHQL_HOST=http://localhost:8080
55
ORCHESTRATOR_GRAPHQL_PATH=/api/graphql
6-
ORCHESTRATOR_WEBSOCKET_URL=ws://localhost:8080
6+
ORCHESTRATOR_WEBSOCKET_URL=ws://localhost:8080/api/ws/events
77
USE_WEB_SOCKETS=false
88
USE_THEME_TOGGLE=false
99
SHOW_WORKFLOW_INFORMATION_LINK=true

0 commit comments

Comments
 (0)