{
  "apps": [{
    "name": "whatsapp-bot",
    "script": "dist/index.js",
    "cwd": "./",
    "instances": 1,
    "exec_mode": "fork",
    "watch": false,
    "max_memory_restart": "1G",
    "env": {
      "NODE_ENV": "production",
      "PORT": "3000"
    },
    "env_production": {
      "NODE_ENV": "production",
      "PORT": "3000"
    },
    "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
    "error_file": "logs/error.log",
    "out_file": "logs/out.log",
    "log_file": "logs/combined.log",
    "time": true,
    "autorestart": true,
    "restart_delay": 1000,
    "max_restarts": 10,
    "min_uptime": "10s",
    "kill_timeout": 5000,
    "merge_logs": true,
    "ignore_watch": [
      "node_modules",
      "logs",
      "uploads",
      "baileys_auth",
      "dist/public"
    ]
  }]
}
