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' } }, /* ─────────────── SERVER-3 (Premium) ─────────────── */ { name: 'server3', script: './backend/server3.js', watch: false, // set true if you want auto-reload in dev env_development: { NODE_ENV : 'development', PREMIUM_PORT : 5002, /* Twilio */ TWILIO_ACCOUNT_SID : 'ACd700c6fb9f691ccd9ccab73f2dd4173d', TWILIO_AUTH_TOKEN : 'fb8979ccb172032a249014c9c30eba80', TWILIO_MESSAGING_SERVICE_SID : 'MGaa07992a9231c841b1bfb879649026d6', /* DB */ DB_HOST : '34.67.180.54', DB_PORT : 3306, DB_USER : 'sqluser', DB_PASSWORD : 'ps