Skip to content

Commit b13d4d1

Browse files
committed
deployment added
1 parent fd8f37a commit b13d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/realtimeCommunication/socketConnection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const connectWithSocketServer = (userInfo) => {
1919
const jwtToken = userInfo.token;
2020
const connection_url =
2121
process.env.ENVIRONMENT == "PRODUCTION"
22-
? process.env.BACKEND_URL
22+
? process.env.REACT_APP_BACKEND_URL
2323
: "http://localhost:4000";
2424
// Update this URL with your server's local network IP
2525
socket = io(

0 commit comments

Comments
 (0)