mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
update origins
This commit is contained in:
parent
5ae85fc93d
commit
16becabc23
@ -9,14 +9,14 @@ const envOrigins = {
|
|||||||
messagingApi: `http://${window.location.hostname}:3020`,
|
messagingApi: `http://${window.location.hostname}:3020`,
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
mainApi: "http://api.comty.pw",
|
mainApi: "http://api.comty.app",
|
||||||
messagingApi: `https://messaging_api.comty.pw`,
|
messagingApi: `https://messaging_api.comty.app`,
|
||||||
},
|
},
|
||||||
"indev": {
|
"indev": {
|
||||||
mainApi: "https://indev_api.comty.pw",
|
mainApi: "https://indev_api.comty.app",
|
||||||
},
|
},
|
||||||
"nightly": {
|
"nightly": {
|
||||||
mainApi: "https://nightly_api.comty.pw",
|
mainApi: "https://nightly_api.comty.app",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"main_api": "https://api.comty.pw",
|
"main_api": "https://api.comty.app",
|
||||||
"messagingApi": "https://messaging_api.comty.pw"
|
"messagingApi": "https://messaging_api.comty.app"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user