From 3f7e27b8a471499fa18909cb8f79dae511e1c7f8 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 12 Jul 2018 10:20:34 +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