forked from b6pzeusbc54tvhw5jgpyw8pwz2x6gs/parallels-comment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpm2script.json
More file actions
28 lines (25 loc) · 835 Bytes
/
Copy pathpm2script.json
File metadata and controls
28 lines (25 loc) · 835 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
{
"name" : "corco-server",
//"args" : ["--toto=heya coco", "-d", "1"],
"cwd" : "src/",
"args" : ["--color"],
"script" : "src/bin/www",
//"instances" : 1, //or 0 => 'max'
"min_uptime" : "10s", // defaults to 15
"max_restarts" : 3, // defaults to 15
"watch" : ["./"],
"ignore_watch" : ["[\\/\\\\]\\./", "node_modules"],
"merge_logs" : true,
// Default environment variables that will be injected in any environment and at any start
"env": {
"PORT": 3015,
"DEVELOPMENT": true,
"PRODUCTION": false,
"VIEWS_PATH": "/Users/ssohjiro/projects/corco/views",
"CORCO_SVN_PATH": "/Users/ssohjiro/projects/corco/corcoFiles",
"PUBLIC_PATH": "/Users/ssohjiro/projects/corco/public"
},
"env_*" : {
"SPECIFIC_ENV" : true
}
}