diff --git a/server/bin/www b/server/bin/www index c1b8d23..0a301af 100644 --- a/server/bin/www +++ b/server/bin/www @@ -11,7 +11,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3020'); +var port = normalizePort(process.env.PORT || '3002'); // app.set('port', port); /**