module.exports = { apps: [ { name: 'ghidul-biblic', script: 'npm', args: 'start', cwd: '/root/ghidul-biblic', instances: 1, autorestart: true, watch: false, max_memory_restart: '4G', env: { NODE_ENV: 'production', PORT: 3010, HOSTNAME: '0.0.0.0', }, env_production: { NODE_ENV: 'production', PORT: 3010, HOSTNAME: '0.0.0.0', }, error_file: './logs/err.log', out_file: './logs/out.log', log_file: './logs/combined.log', time: true } ] };