Skip to content

Commit

Permalink
switch to use public port of signalling server
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse-Dominator committed Nov 14, 2023
1 parent 9733227 commit c5a8a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const apiGatewayClient = axios.create({


export const wsMatchMakeURL = process.env.NODE_ENV === 'production'? 'http://peerprep-g10.com:7999' : 'http://localhost:7999'
export const wsCollabUrl = process.env.NODE_ENV === 'production'? 'ws://peerprep-g10.com:7998' :'ws://localhost:7998'
export const wsCollabUrl = process.env.NODE_ENV === 'production'? 'ws://peerprep-g10.com:8083' :'ws://localhost:7998'

0 comments on commit c5a8a09

Please sign in to comment.