Commit 3ff352dd by yangmengmeng

前端端口已有后台服务使用,更换端口为8130

更改项目名为pt-metr
parent d0edfac6
......@@ -6,7 +6,7 @@
module.exports = {
apps: [
{
name: 'pt-llgt',
name: 'pt-metr',
script: './node_modules/nuxt-start/bin/nuxt-start.js',
instances: 2,
max_memory_restart: '512M',
......
......@@ -9,7 +9,7 @@ if (process.env.NODE_ENV) {
module.exports = {
mode: 'universal',
server: {
port: 8028,
port: 8130,
host: '0.0.0.0'
},
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment