Skip to content

Commit

Permalink
updated INSTALLATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyanotfound committed Oct 28, 2024
1 parent 6f81300 commit bc64d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ REACT_APP_TALAWA_URL="http://YOUR-REMOTE-ADDRESS:4000/graphql/"

## Setting up REACT_APP_BACKEND_WEBSOCKET_URL in .env file

Add the endpoint for accessing talawa-api graphql service to the variable named `REACT_APP_BACKEND_WEBSOCKET_URL` in the `.env` file.
The endpoint for accessing talawa-api WebSocket graphql service for handling subscriptions is automatically added to the variable named `REACT_APP_BACKEND_WEBSOCKET_URL` in the `.env` file.

```
REACT_APP_BACKEND_WEBSOCKET_URL="ws://API-IP-ADRESS:4000/graphql/"
Expand Down

0 comments on commit bc64d4d

Please sign in to comment.