{
    "apps": [
        {
            "name": "mvcapp",
            "script": "src/app.js",
            "exec_mode": "cluster",
            "instances": 1,
            "max_memory_restart": "1G",
            "autorestart": true,
            "node_args": [],
            "args": [],
            "env": {
                "NODE_ENV": "production"
            },
            "restart_delay": 5000,
            "max_restarts": 17280
        }
    ]
}