From b7fea38fd8aaf9e20be576007ad0ca2c426271f4 Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Tue, 5 Jan 2016 13:01:43 -0600 Subject: [PATCH] changed port --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 87ffb43..d2484eb 100755 --- 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 || '3000'); +var port = normalizePort(process.env.PORT || '80'); app.set('port', port); /**