mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14: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({
|
return new Bridge({
|
||||||
origin: config.api.address,
|
origin: config.remotes.mainApi,
|
||||||
wsOrigin: config.ws.address,
|
wsOrigin: config.remotes.websocketApi,
|
||||||
wsOptions: {
|
wsOptions: {
|
||||||
autoConnect: false,
|
autoConnect: false,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user