module.exports = { apps: [ { name: 'demo', script: './start.js', env: { HOST: 'localhost', PORT: 3000 } } ], }