-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathprocesses.json
39 lines (38 loc) · 957 Bytes
/
processes.json
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
35
36
37
38
39
{
"name": "go-captcha-example",
"version": "2.0.0",
"description": "go-captcha-example",
"apps": [
{
"name": "go-captcha-example",
"version": "1.0.0",
"script": "./processes.json",
"interpreter": "./go-captcha-example",
"cwd": "./",
"args": "",
"interpreter_args": "--env pro",
"watch": false,
"ignore_watch": [
],
"exec_mode": "fork",
"instances": 1,
"max_memory_restart": "300M",
"log_file": "./logs/go-captcha-example.log",
"error_file": "./logs/go-captcha-example-err.log",
"out_file": "./logs/go-captcha-example-out.log",
"merge_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"min_uptime": 100,
"max_restarts": 128,
"autorestart": true,
"cron_restart": "",
"restart_delay": 5,
"env": {
"--env": "pro"
},
"env_production": {
"--env": "pro"
}
}
]
}