Skip to content

Commit

Permalink
Update socket.context.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjunggg authored Dec 4, 2023
1 parent d9276b2 commit 1a6f471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/context/socket.context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface Context {
}

const SOCKET_URL =
process.env.NEXT_PUBLIC_SOCKET_URL || 'http://localhost:4000';
process.env.NEXT_PUBLIC_SOCKET_URL || 'https://cypherchat.lol:4000';

const socket = io(SOCKET_URL, {
reconnection: true,
Expand Down

0 comments on commit 1a6f471

Please sign in to comment.