From 10d72c2f60d31c83695711c9fc9fb4af0cf9f097 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Fri, 2 Mar 2018 03:14:31 -0500 Subject: [PATCH] - Update port --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 0a28e49..f6efbcf 100755 --- a/bin/www +++ b/bin/www @@ -24,7 +24,7 @@ mongoose.connect('mongodb://localhost:27017/gcsdb', (err) => { * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3000'); +var port = normalizePort(process.env.PORT || '3069'); app.set('port', port); /**