| 12345678910111213141516171819 |
- module.exports = {
- apps: [
- {
- name: 'shuanghuiApi10089',
- script: 'dist/index.js',
- instances: 2,
- autorestart: true,
- watch: false,
- max_memory_restart: '1G',
- env: {
- NODE_ENV: 'development',
- },
- env_production: {
- NODE_ENV: 'production',
- },
- },
- ],
- };
|