|
- module.exports = {
- apps: [
- {
- name: "FCM-SDK-Admin",
- script: "index.js",
- exec_mode: "cluster",
- instances: "1",
- watch: true,
- time: true,
- env: {
- // PORT: 14003,
- NODE_ENV: "development",
- },
- env_production: {
- // PORT: 14003,
- NODE_ENV: "production",
- },
- },
- ],
- };
|