- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathprocesses.json
More file actions
Latest commit
14 lines (13 loc) · 419 Bytes
/
Copy pathprocesses.json
File metadata and controls
14 lines (13 loc) · 419 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
// configuration for pm2, https://github.com/Unitech/pm2
{
"name": "react-workflow",
"script": "server/server.js",
"node_args": "",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "/var/log/react-workflow/react-workflow.stderr.log",
"out_file": "/var/log/react-workflow/react-workflow.stdout.log",
"instances": 0,
"exec_mode": "cluster_mode",
"watch": true,
"ignore_watch": "node_modules"
}