Where's the default pm2 setup digital ocean 1 click?

System Information
  • Strapi Version: 3.3.4
  • Operating System: ubuntu
  • Database: postgres
  • Node Version: v12.18.3
  • NPM Version:
  • Yarn Version: 1.22.4

Where is the default pm2 ecosystem file for digital ocean 1 click? I want to set up a seperate production/development environment.

I tried building and running with NODE_ENV=production yarn build && NODE_ENV=production yarn run , but I get an error

Error: getaddrinfo ENOTFOUND https://...

The server only starts successfuly with pm2 start 0, hence my interest in modifying the pm2 config and starting production from there.