mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
update default WSListenPort
to 3020
This commit is contained in:
parent
32b43f2808
commit
3c20bd16aa
@ -50,7 +50,7 @@ class Server {
|
||||
this.headers = { ...DEFAULT_HEADERS, ...this.params.headers }
|
||||
this.endpointsMap = {}
|
||||
|
||||
this.WSListenPort = this.params.wsPort ?? 3011
|
||||
this.WSListenPort = this.params.wsPort ?? 3020
|
||||
this.HTTPlistenPort = this.params.port ?? 3010
|
||||
|
||||
// TODO: Handle HTTPS and WSS
|
||||
|
Loading…
x
Reference in New Issue
Block a user