Browse Source

更新端口号

MaiXinRong 7 years ago
parent
commit
8029b36061
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,7 +30,7 @@
     "node": ">=8.9.0"
   },
   "scripts": {
-    "start": "egg-scripts start --daemon --title=egg-server-index_sys",
+    "start": "egg-scripts start --daemon --title=egg-server-index_sys --port 7003",
     "stop": "egg-scripts stop --title=egg-server-index_sys",
     "dev": "egg-bin dev --port 7003",
     "dev-qa": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7003",