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