module.exports = { apps: [{ name: 'picupper', script: 'server.js', env: { PICUPPER_PORT: 3080, WSS_SERVER_URL: 'wss://dash.bosewolf.de/agentapi/', WSS_API_KEY: '65771bb3a0a97a22fd9299702c08a43468a230d6432fc20ad36c8463d4c6d816' }, watch: false, instances: 1, autorestart: true }] };