From a9c462d969600671a3cd4c57cf31d44abd17df09 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 31 Oct 2023 09:36:58 +0330 Subject: [PATCH] update ecosystem.config.js --- ecosystem.config.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 6847796..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,18 +0,0 @@ -module.exports = { - apps: [{ - name: "crm_app", - script: 'node_modules/next/dist/bin/next', // cluster mode run with node only, not npm - args: 'start -p 3003', - exec_mode: "cluster", // default fork - instances: "10", - kill_timeout: 4000, - wait_ready: true, - autorestart: true, - watch: false, - max_memory_restart: "1G", - log_date_format: "YYYY-MM-DD HH:mm Z", - env_prod: { - APP_ENV: 'prod' // APP_ENV=prod - } - }], -}; \ No newline at end of file