Skip to content

Commit

Permalink
Update for deploymen
Browse files Browse the repository at this point in the history
  • Loading branch information
radmanlo committed Apr 2, 2024
1 parent 63267bf commit 025c604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const app = express()
const cookieParser = require('cookie-parser');

const uri = process.env.DATABASE_URI;
const port = process.env.NODE_LOCAL_PORT;
const port = process.env.port || 8080;
// const port = process.env.NODE_LOCAL_PORT;

app.use(cookieParser());
app.use(express.urlencoded({ extended: false }));
Expand Down

0 comments on commit 025c604

Please sign in to comment.