-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart.json
More file actions
34 lines (34 loc) · 987 Bytes
/
start.json
File metadata and controls
34 lines (34 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"apps": [
{
"name": "8080",
"cwd": "./",
"script": "index.js",
"args": "8080",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "logs/8080/node-app.stderr.log",
"out_file": "logs/8080/node-app.stdout.log",
"pid_file": "logs/8080/node-geo-api.pid",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false
},
{
"name": "9080",
"cwd": "./",
"script": "index.js",
"args": "9080",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "logs/8080/node-app.stderr.log",
"out_file": "logs/8080/node-app.stdout.log",
"pid_file": "logs/8080/node-geo-api.pid",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false
}
]
}