mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix dev messagingApi
This commit is contained in:
parent
fe79eb39f8
commit
4950c809e1
@ -6,7 +6,7 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json"
|
|||||||
const envOrigins = {
|
const envOrigins = {
|
||||||
"development": {
|
"development": {
|
||||||
mainApi: `http://${window.location.hostname}:3010`,
|
mainApi: `http://${window.location.hostname}:3010`,
|
||||||
messagingApi: `http://${window.location.hostname}:3030`,
|
messagingApi: `http://${window.location.hostname}:3020`,
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
mainApi: "http://api.comty.pw",
|
mainApi: "http://api.comty.pw",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user