From c347a3cf58b27a1ab267517fa9effbb7d477626b Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 10 Jul 2018 17:20:32 +0800 Subject: [PATCH] updates --- bin/www | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/www b/bin/www index 3edae18..e209338 100755 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3000'); +var port = normalizePort(process.env.PORT || '3099'); app.set('port', port); /** -- Gitblit v1.8.0