module.exports = { apps: [ { name: 'stomping.me', script: 'app.js', cwd: '/opt/stomping/src', instances: 1, autorestart: true, watch: false, env: { NODE_ENV: 'production' }, env_file: '/etc/AGWOL/stomping/.env' } ] };