
--- Global.js
+++ Global.js
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 |
const BASE_DIR = __dirname; |
4 | 4 |
const LOG_BASE_DIR = `${__dirname}/server/logs`; |
5 | 5 |
const SERVICE_STATUS = process.env.NODE_ENV; // development, production |
6 |
-const PORT = 80; |
|
6 |
+const PORT = 8080; |
|
7 | 7 |
const API_SERVER_HOST = "localhost:9090"; |
8 | 8 |
|
9 | 9 |
module.exports = { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?