diff --git a/index.js b/index.js index 238fb0b..e9034c8 100644 --- a/index.js +++ b/index.js @@ -174,6 +174,6 @@ app.get('/actor', logger, function(req,res){ res.json(j); }) -app.listen(process.env.PORT || 8000,function(){ - console.log('Server started, listening on '+(process.env.PORT || 8000)); +app.listen(process.env.PORT || 8080,function(){ + console.log('Mastofeed started, listening on '+(process.env.PORT || 8080)); });