Skip to content

Commit

Permalink
app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fofanafi committed Nov 10, 2012
1 parent ee0bac3 commit 8466ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -50,6 +50,6 @@ io.sockets.on('connection', function(socket) {
});
});

var port = process.env.port || 6437;
var port = process.env.PORT || 6437;
app.listen(port);
console.log("Express server listening on port %d in %s mode", app.address().port, app.settings.env);

0 comments on commit 8466ddb

Please sign in to comment.