mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
update remotes config
This commit is contained in:
parent
046dd43831
commit
f6bbeb5c66
@ -12,11 +12,10 @@ export default {
|
|||||||
alt: "/logo_alt.svg",
|
alt: "/logo_alt.svg",
|
||||||
full: "/logo_full.svg",
|
full: "/logo_full.svg",
|
||||||
},
|
},
|
||||||
api: {
|
remotes: {
|
||||||
address: defaultRemotesOrigins.http_api,//process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.http_api,
|
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
|
||||||
ws: {
|
websocketApi: defaultRemotesOrigins.ws_api,
|
||||||
address: defaultRemotesOrigins.ws_api, //process.env.NODE_ENV !== "production" ? `ws://${window.location.hostname}:3001` : defaultRemotesOrigins.ws_api,
|
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
title: packagejson.name,
|
title: packagejson.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user