thinkjs/template/pm2.json
2015-10-28 17:34:55 +08:00

14 lines
228 B
JSON

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