mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
16 lines
276 B
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": {
|
|
|
|
}
|
|
}]
|
|
} |