mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
move parameters
This commit is contained in:
parent
048040bd7f
commit
ded9aa36fd
@ -100,10 +100,8 @@ export default class Engine {
|
|||||||
index: process.env.lb_service.index,
|
index: process.env.lb_service.index,
|
||||||
data: {
|
data: {
|
||||||
namespace: params.refName,
|
namespace: params.refName,
|
||||||
listen: {
|
listen_port: this.params.listen_port,
|
||||||
ip: this.params.listen_ip,
|
ws_path: this.params.ws_path ?? params.refName,
|
||||||
port: this.params.listen_port,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user