Skip to content

Commit c9f8c14

Browse files
feat: added socket url in example.env (#995)
2 parents 65e5875 + 0d31eb6 commit c9f8c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/widget/.example.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
REACT_APP_ENVIRONMENT=dev
22
REACT_APP_API_URL=http://localhost:3000
33
REACT_APP_SENTRY_DSN=
4-
REACT_APP_AMPLITUDE_ID=
4+
REACT_APP_AMPLITUDE_ID=
5+
REACT_APP_WEBSOCKET_SERVER_URL=localhost:3000

0 commit comments

Comments
 (0)