Commit 04c752f2 by Lays-lzq

feat: 补全配置

parent d00fed10
...@@ -134,6 +134,21 @@ ...@@ -134,6 +134,21 @@
}, },
"error_file": "./logs/app-err.log", "error_file": "./logs/app-err.log",
"out_file": "./logs/app-out.log" "out_file": "./logs/app-out.log"
},
{
"name": "lottery-cdzhcm",
"script": "npm",
"args": "run start:cdzhcm",
"instances": "max",
"exec_mode": "cluster",
"autorestart": true,
"max_memory_restart": "32G",
"env": {
"mode": "cdzhcm",
"NODE_ENV": "production"
},
"error_file": "./logs/app-err.log",
"out_file": "./logs/app-out.log"
} }
] ]
} }
\ No newline at end of file
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 sign in to comment