Skip to content

Commit

Permalink
HERRROOOOOKOUUUUU
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgos committed Mar 25, 2012
1 parent 387e34d commit 94a3e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: node bin/server
2 changes: 1 addition & 1 deletion bin/server
Expand Up @@ -9,7 +9,7 @@ var config = require('config');
var httpServer = connect.createServer();

var httpConf = config('http', {
port: 2403,
port: process.env.PORT || 2403,
host: '0.0.0.0',
defaultFile: '/index.html'
});
Expand Down

0 comments on commit 94a3e6e

Please sign in to comment.