You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weixin/service/pm2.json

16 lines
259 B

{
"apps": [{
"name": "hiolabs",
"script": "production.js",
"cwd": "/var/www/hioshop-server",
"exec_mode": "fork",
"max_memory_restart": "1G",
"autorestart": true,
"node_args": [],
"args": [],
"env": {
}
}]
}