Skip to content

Commit

Permalink
Merge pull request #16 from phillip-che/andrewjunggg-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-che authored Dec 4, 2023
2 parents d9276b2 + 1a6f471 commit 46d84ea
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 46d84ea

Please sign in to comment.