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