module.exports = { apps: [ { name: 'qipai-api', cwd: '/opt/apps/qipai-backend/current/backend', script: 'dist/server.js', instances: 1, exec_mode: 'fork', env: { NODE_ENV: 'production', QIPAI_API_HOST: '127.0.0.1', QIPAI_API_PORT: '3001' } } ] };