update default WSListenPort to 3020

This commit is contained in:
srgooglo 2022-05-05 09:50:08 +02:00
parent 32b43f2808
commit 3c20bd16aa

View File

@ -50,7 +50,7 @@ class Server {
this.headers = { ...DEFAULT_HEADERS, ...this.params.headers } this.headers = { ...DEFAULT_HEADERS, ...this.params.headers }
this.endpointsMap = {} this.endpointsMap = {}
this.WSListenPort = this.params.wsPort ?? 3011 this.WSListenPort = this.params.wsPort ?? 3020
this.HTTPlistenPort = this.params.port ?? 3010 this.HTTPlistenPort = this.params.port ?? 3010
// TODO: Handle HTTPS and WSS // TODO: Handle HTTPS and WSS