mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
get remote addresses from remotes
config
This commit is contained in:
parent
a099cff27a
commit
fd31478636
@ -87,8 +87,8 @@ export default class ApiExtension extends Extension {
|
||||
}
|
||||
|
||||
return new Bridge({
|
||||
origin: config.api.address,
|
||||
wsOrigin: config.ws.address,
|
||||
origin: config.remotes.mainApi,
|
||||
wsOrigin: config.remotes.websocketApi,
|
||||
wsOptions: {
|
||||
autoConnect: false,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user