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