Skip to content

Commit

Permalink
updating to default www port to be 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
dudash committed Mar 18, 2016
1 parent 190d487 commit 61f129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc-metro-map/bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/

var port = normalizePort(process.env.PORT || '3000');
var port = normalizePort(process.env.PORT || '8080');
app.set('port', port);

/**
Expand Down

0 comments on commit 61f129b

Please sign in to comment.