Display port in thingy
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3fa2df5bd0
commit
61e6789175
|
@ -51,6 +51,6 @@ export function startWebserver(config: any) {
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(config.port, "0.0.0.0", () => {
|
app.listen(config.port, "0.0.0.0", () => {
|
||||||
console.log("Webserver running on port 3430");
|
console.log(`Webserver running on port ${config.port}`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
"webapp": {
|
"webapp": {
|
||||||
"cookieSecure": false,
|
"cookieSecure": false,
|
||||||
"port": 3440,
|
"port": 3430,
|
||||||
"redirectURI": "http://localhost:6000/auth/callback"
|
"redirectURI": "http://localhost:6000/auth/callback"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue