update remotes

This commit is contained in:
SrGooglo 2022-12-14 16:43:49 +00:00
parent eaeaca0701
commit 211d45b73c

View File

@ -6,7 +6,7 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json"
const envOrigins = {
"development": {
mainApi: `http://${window.location.hostname}:3000`,
messagingApi: `http://${window.location.hostname}:3020`,
messagingApi: `http://${window.location.hostname}:3001`,
},
"production": {
mainApi: "http://api.comty.pw",