mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
use defaultRemotes
This commit is contained in:
parent
cde6557611
commit
40a5cc7890
@ -12,10 +12,10 @@ export default {
|
|||||||
alt: "/logo_alt.svg"
|
alt: "/logo_alt.svg"
|
||||||
},
|
},
|
||||||
api: {
|
api: {
|
||||||
address: process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.http_api,
|
address: defaultRemotesOrigins.http_api,//process.env.NODE_ENV !== "production" ? `http://${window.location.hostname}:3000` : defaultRemotesOrigins.http_api,
|
||||||
},
|
},
|
||||||
ws: {
|
ws: {
|
||||||
address: process.env.NODE_ENV !== "production" ? `ws://${window.location.hostname}:3001` : 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