diff --git a/server.ts b/server.ts index 4725e171c2..4ecedf956f 100644 --- a/server.ts +++ b/server.ts @@ -560,7 +560,7 @@ function createHttpsServer(keys) { * Create an HTTP server with the configured port and host. */ function run() { - const port = environment.ui.port || 4000; + const port = environment.ui.port; const host = environment.ui.host; // Start up the Node server