Skip to content

Commit 48d40f6

Browse files
updated config for final deploy
1 parent 4e92816 commit 48d40f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
PORT: process.env.PORT || 8080,
2+
PORT: process.env.PORT || 5000,
33
HTTP_STATUS_CODES: {
44
OK: 200,
55
CREATED: 201,

0 commit comments

Comments
 (0)