{ 
"apps": [{ 
	"name": "my-api", 
	"script": "npm",
	"args": "start",
	"instances": 1, 
	"watch": false, 
	"autorestart": true, 
	"restart_delay": 5000, 
	"max_restarts": 10
    }
  ]
}
