
--- Global.js
+++ Global.js
... | ... | @@ -3,8 +3,8 @@ |
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 = 800; |
|
7 |
-const API_SERVER_HOST = "localhost:8888"; |
|
6 |
+const PORT = 10910; |
|
7 |
+const API_SERVER_HOST = "localhost:10911"; |
|
8 | 8 |
|
9 | 9 |
module.exports = { |
10 | 10 |
PROJECT_NAME, |
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?