forgeplus-react/pm2.json

15 lines
306 B
JSON

{
"apps": [{
"name": "gitlink-ssr",
"script": "buildserver/bundle.js",
"watch": false,
"log_date_format": "YYYY-MM-DD HH:mm Z",
"exec_mode": "cluster",
"max_memory_restart": "300M",
"env": {
"NODE_ENV": "production",
"PORT": "8081"
},
"instances": 4
}]
}