diff --git a/start.json b/start.json new file mode 100644 index 0000000..19cb95b --- /dev/null +++ b/start.json @@ -0,0 +1,22 @@ +{ + "apps": [ + { + "name": "wallet-mail", + "script": "npm", + "args": "run prod:api", + "cwd": "/data/apps/wallet-mail", + "max_memory_restart": "1024M", + "log_date_format": "YYYY-MM-DD HH:mm Z", + "watch": true, + "ignore_watch": ["node_modules", "logs", "fixtures", "tasks"], + "instances": 1, + "exec_mode": "cluster", + "env": { + "NODE_ENV": "production" + }, + "env_production": { + "NODE_ENV": "production" + } + } + ] +}