mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
change default websocket api port
This commit is contained in:
parent
663029066b
commit
af0fcf52d8
@ -14,7 +14,7 @@ export default {
|
|||||||
},
|
},
|
||||||
remotes: {
|
remotes: {
|
||||||
mainApi: process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.main_api,
|
mainApi: process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.main_api,
|
||||||
websocketApi: process.env.NODE_ENV !== "production" ? `ws://${window.location.hostname}:3000` : defaultRemotesOrigins.websocket_api,
|
websocketApi: process.env.NODE_ENV !== "production" ? `ws://${window.location.hostname}:3001` : defaultRemotesOrigins.websocket_api,
|
||||||
streamingApi: process.env.NODE_ENV !== "production" ? `https://${window.location.hostname}:3002` : defaultRemotesOrigins.streaming_api,
|
streamingApi: process.env.NODE_ENV !== "production" ? `https://${window.location.hostname}:3002` : defaultRemotesOrigins.streaming_api,
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user