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