We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b67a703 + ed4f5d4 commit dcbbb6cCopy full SHA for dcbbb6c
1 file changed
server.ts
@@ -561,8 +561,8 @@ function createHttpsServer(keys) {
561
* Create an HTTP server with the configured port and host.
562
*/
563
function run() {
564
- const port = environment.ui.port || 4000;
565
- const host = environment.ui.host || '/';
+ const port = environment.ui.port;
+ const host = environment.ui.host;
566
567
// Start up the Node server
568
const server = app();
0 commit comments