module.exports = { apps: [ /* ─────────────── SERVER-2 ─────────────── */ { name: 'server2', script: './backend/server2.js', watch: false, // or true in dev env_development: { NODE_ENV: 'development', ONET_USERNAME: 'aptivaai', ONET_PASSWORD: '2296ahq' }, env_production: { NODE_ENV: 'production', ONET_USERNAME: 'aptivaai', ONET_PASSWORD: '2296ahq' } }, { name : 'server3', script : './backend/server3.js', watch : false, /* 👇 everything lives here, nothing else to pass at start-time */ env: { NODE_ENV : 'production', PREMIUM_PORT : 5002, DB_HOST : '34.67.180.54', DB_PORT : 3306, DB_USER : 'sqluser', DB_PASSWORD : 'ps