mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
31 lines
609 B
JSON
31 lines
609 B
JSON
[
|
|
{
|
|
"name" : "sample-normal",
|
|
"instances": "2",
|
|
"exec_mode": "cluster",
|
|
"script" : "sample.js",
|
|
"out_file": "NULL",
|
|
"error_file": "NULL"
|
|
},
|
|
{
|
|
"name" : "sample-other-instance",
|
|
"instances": "2",
|
|
"instance_var": "APP_ID",
|
|
"exec_mode": "cluster",
|
|
"script" : "sample.js",
|
|
"out_file": "NULL",
|
|
"error_file": "NULL"
|
|
},
|
|
{
|
|
"name" : "sample-increment",
|
|
"instances": "2",
|
|
"increment_var": "PORT",
|
|
"exec_mode": "cluster",
|
|
"script" : "sample.js",
|
|
"out_file": "NULL",
|
|
"error_file": "NULL",
|
|
"env": {
|
|
"PORT": 3000
|
|
}
|
|
}
|
|
] |