提交 47c1d049 authored 作者: 王鹏飞's avatar 王鹏飞

server端口号3319->3502

上级 f1161043
......@@ -6,8 +6,8 @@
"scripts": {
"lint": "eslint --ext .js server/",
"lint:fix": "eslint --fix --ext .js server/",
"deploy:test": "cross-env NODE_ENV=test SERVER_PORT=3319 pm2 start ./server/distRun.js -i 1 -n elearning-enterprise-wmp -o upload_tmp/pm2_elearning-enterprise-wmp.stdout.log -e upload_tmp/pm2_elearning-enterprise-wmp.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'",
"deploy:pro": "cross-env NODE_ENV=production SERVER_PORT=3319 pm2 start ./server/distRun.js -i 2 -n elearning-enterprise-wmp -o /data/logs/pm3/elearning-enterprise-wmp/pm2_elearning-enterprise-wmp.stdout.log -e /data/logs/pm3/elearning-enterprise-wmp/pm2_elearning-enterprise-wmp.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'",
"deploy:test": "cross-env NODE_ENV=test SERVER_PORT=3502 pm2 start ./server/distRun.js -i 1 -n elearning-enterprise-wmp -o upload_tmp/pm2_elearning-enterprise-wmp.stdout.log -e upload_tmp/pm2_elearning-enterprise-wmp.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'",
"deploy:pro": "cross-env NODE_ENV=production SERVER_PORT=3502 pm2 start ./server/distRun.js -i 2 -n elearning-enterprise-wmp -o /data/logs/pm3/elearning-enterprise-wmp/pm2_elearning-enterprise-wmp.stdout.log -e /data/logs/pm3/elearning-enterprise-wmp/pm2_elearning-enterprise-wmp.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'",
"reload": "pm2 reload elearning-enterprise-wmp"
},
"author": "ZYX",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论