You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "auth-inner-server",
|
|
"script": "index.js",
|
|
"watch": [
|
|
"app"
|
|
],
|
|
"ignore_watch": [
|
|
"app/public"
|
|
],
|
|
"log_date_format": "YYYY-MM-DD HH:mm Z",
|
|
"error_file": "./logs/pm2-err.log",
|
|
"out_file": "./logs/pm2-out.log",
|
|
"merge_logs": true,
|
|
"exec_mode": "fork",
|
|
"max_memory_restart": "200M",
|
|
"autorestart": true,
|
|
"env": {
|
|
"NODE_ENV": "prd"
|
|
},
|
|
"instances": 1
|
|
}
|
|
]
|
|
} |