forked from xotab30/CinemaPress-ACMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocess.json
39 lines (39 loc) · 950 Bytes
/
process.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
{
"apps": [{
"name": "example.com",
"script": "/home/example.com/app.js",
"instances": "max",
"exec_mode": "cluster",
"cwd": "/home/example.com",
"error_file": "/home/example.com/log/err.log",
"out_file": "/home/example.com/log/out.log",
"node_args": "--max-old-space-size=768",
"max_memory_restart": "768M",
"watch": true,
"ignore_watch": [
"config",
"files",
"log",
"node_modules",
"moonlight",
"themes/*/public",
"themes/.*",
".*",
"process.json",
"package.json"
],
"watch_options": {
"followSymlinks": false
},
"vizion": false,
"env": {
"NODE_ENV": "production",
"CP_ALL": "_example_com_",
"CP_XMLPIPE2": "xmlpipe2_example_com",
"CP_RT": "rt_example_com",
"CP_CONTENT": "content_example_com",
"CP_COMMENT": "comment_example_com",
"CP_USER": "user_example_com"
}
}]
}