Production-settings - ((hot))
pm2 start app.js -i max --name "myapp"
// config/production.js module.exports = 8080, logging: level: 'info', file: '/var/log/app/app.log' , database: ssl: rejectUnauthorized: true , pool: min: 2, max: 10 , cors: origin: ['https://yourdomain.com'], credentials: true , rateLimit: windowMs: 15 * 60 * 1000, max: 100 production-settings