Skip to content

Commit 01f16cd

Browse files
author
bhavik
committed
feat: added missing websocket url
1 parent 3a7c3b8 commit 01f16cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ WIDGET_BASE_URL=http://localhost:3500
2525
WEB_BASE_URL=http://localhost:4200
2626
API_ROOT_URL=http://localhost:3000
2727
WIDGET_EMBED_PATH=http://localhost:4701/embed.umd.min.js
28+
WEBSOCKET_SERVER_URL=localhost:3000
2829

2930
# Analytics
3031
SENTRY_DSN=

docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ services:
9393
REACT_APP_SENTRY_DSN: ${SENTRY_DSN}
9494
REACT_APP_ENVIRONMENT: ${NODE_ENV}
9595
REACT_APP_AMPLITUDE_ID: ${AMPLITUDE_ID}
96+
REACT_APP_WEBSOCKET_SERVER_URL: ${WEBSOCKET_SERVER_URL}
9697
ports:
9798
- 3500:3500
9899
networks:

0 commit comments

Comments
 (0)