{
  "apps": [{
    "name": "npm script template",
    "script": "server/app.js",
    "watch": ["server"],
    "ignore_watch": ["node_modules", "log", "client", "upload"],
    "watch_options": {
      "followSymlinks": false
    },
    "error_file": "./log/err.log",
    "out_file": "./log/out.log",
    "merge_logs": true,
    "log_date_format": "YYYY-MM-DD HH:mm Z",
    "env": {
      "NODE_ENV": "development"
    },
    "exec_mode": "fork",
    "autorestart": false
  }]
}
