Commit 192e2b77 authored by 何娜's avatar 何娜

Delete pm2.json

parent 0464d1b0
{
"name" : "IITAPITest", // 应用名称
"script" : "./index.js", // 实际启动脚本
"cwd" : "./" // 当前工作路径
// "watch": [ // 监控变化的目录,一旦变化,自动重启
// "bin",
// "routers"
// ],
// "ignore_watch" : [ // 从监控目录中排除
// "node_modules",
// "logs",
// "public"
// ],
// "watch_options": {
// "followSymlinks": false
// },
// "error_file" : "./logs/app-err.log", // 错误日志路径
// "out_file" : "./logs/app-out.log" // 普通日志路径
// "env": {
// "NODE_ENV": "production" // 环境参数,当前指定为生产环境
// }
}
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