reth
This commit is contained in:
parent
a56faed658
commit
4a447b7cc7
3
app.js
3
app.js
@ -432,6 +432,9 @@ app.use((err, req, res, next) => {
|
|||||||
const PORT = process.env.PORT || 51777;
|
const PORT = process.env.PORT || 51777;
|
||||||
const HOST = process.env.HOST || "0.0.0.0";
|
const HOST = process.env.HOST || "0.0.0.0";
|
||||||
|
|
||||||
|
console.log("DB HOST:", process.env.DBSERVER_HOST);
|
||||||
|
console.log("DB PORT:", process.env.DBSERVER_PORT);
|
||||||
|
|
||||||
app.listen(PORT, HOST, () => {
|
app.listen(PORT, HOST, () => {
|
||||||
console.log(`Server läuft auf http://${HOST}:${PORT}`);
|
console.log(`Server läuft auf http://${HOST}:${PORT}`);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user