mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix websocket remote address
This commit is contained in:
parent
ca49a3dc07
commit
191634793c
@ -15,7 +15,7 @@ export default {
|
||||
remotes: {
|
||||
mainApi: defaultRemotesOrigins.main_api, //process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.http_api
|
||||
streamingApi: defaultRemotesOrigins.streaming_api, //process.env.NODE_ENV !== "production" ? `ws://${window.location.hostname}:3001` : defaultRemotesOrigins.ws_api
|
||||
websocketApi: defaultRemotesOrigins.ws_api,
|
||||
websocketApi: defaultRemotesOrigins.websocket_api,
|
||||
},
|
||||
app: {
|
||||
title: packagejson.name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user