mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added music
remote
This commit is contained in:
parent
4c0e96c704
commit
c349f90ad4
@ -16,12 +16,14 @@ const envOrigins = {
|
||||
chat: `http://${getCurrentHostname()}:3020`,
|
||||
livestreaming: `http://${getCurrentHostname()}:3030`,
|
||||
marketplace: `http://${getCurrentHostname()}:3040`,
|
||||
music: `http://${getCurrentHostname()}:3050`,
|
||||
},
|
||||
"production": {
|
||||
default: "https://api.comty.app",
|
||||
chat: `https://chat_api.comty.app`,
|
||||
livestreaming: `https://livestreaming_api.comty.app`,
|
||||
marketplace: `https://marketplace_api.comty.app`,
|
||||
music: `https://music_api.comty.app`,
|
||||
}
|
||||
}
|
||||
|
||||
@ -36,6 +38,10 @@ export default {
|
||||
origin: composeRemote("chat"),
|
||||
hasWebsocket: true,
|
||||
},
|
||||
music: {
|
||||
origin: composeRemote("music"),
|
||||
hasWebsocket: true,
|
||||
},
|
||||
livestreaming: {
|
||||
origin: composeRemote("livestreaming"),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user