thinkjs/template/pm2.json

16 lines
276 B
JSON

{
"apps": [{
"name": "<APP_NAME>",
"script": "www/production.js",
"cwd": "<ROOT_PATH>",
"exec_mode": "cluster",
"instances": 0,
"max_memory_restart": "1G",
"autorestart": true,
"node_args": [],
"args": [],
"env": {
}
}]
}