corgi/scripts/start_file.json
2021-04-19 18:06:36 +08:00

28 lines
495 B
JSON

{
"apps": [
{
"name": "file",
"script": "build/file.js",
"cwd": "/var/data/apps/pyxis",
"max_memory_restart": "1024M",
"watch": true,
"ignore_watch": [
"node_modules",
"logs",
"doc",
"scripts",
"src",
".git"
],
"instances": 1,
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production"
},
"env_production": {
"NODE_ENV": "production"
}
}
]
}