Major changes in the navbar and start of a parallax
[josuexyz/.git] / bin / www
diff --git a/bin/www b/bin/www
index 4707b68bf7ef912b30727347baf5c8fa279f7fd5..96123e66d84efebdd001baae2a1f24e810cb72f3 100755 (executable)
--- a/bin/www
+++ b/bin/www
@@ -12,7 +12,7 @@ var http = require('http');
  * Get port from environment and store in Express.
  */
 
-var port = normalizePort(process.env.PORT || '80');
+var port = normalizePort(process.env.PORT || '3000');
 app.set('port', port);
 
 /**