diff --git a/config.js b/config.js index a90674c..578259a 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ module.exports = { - port: process.env.PORT || 3000, -}; \ No newline at end of file + port: process.env.PORT || 8080, +};