diff --git a/weather/bin/www b/weather/bin/www index 4740eece..843b68ef 100755 --- a/weather/bin/www +++ b/weather/bin/www @@ -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); /**