Skip to content

Commit

Permalink
Change websocket url port 4000 to 4321
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittukr7479 committed Jan 15, 2025
1 parent 3d1f1f0 commit 0ff361a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ REACT_APP_USE_RECAPTCHA=
REACT_APP_RECAPTCHA_SITE_KEY=

# has to be inserted in the env file to use plugins and other websocket based features.
REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4000/graphql/
REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4321/graphql/

# If you want to logs Compiletime and Runtime error , warning and info write YES or if u want to
# keep the console clean leave it blank
Expand Down

0 comments on commit 0ff361a

Please sign in to comment.