module.exports = { apps: [{ name: 'CampFireGame', script: './index.js', max_memory_restart: '4000M', watch: true, cron_restart: '0 */6 * * *', // restart every 6 hours env: { NODE_ENV: 'development' }, env_production: { NODE_ENV: 'production' } }] }