From e26b5f0ef02a83709761eb7a867546d522757e26 Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Mon, 12 Aug 2019 12:12:31 +0200 Subject: [PATCH] port 3001 by default --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index cb5ee40..1ce5e1c 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 || '3001'); app.set('port', port); /**