rembot-api/processes.json
2017-10-18 13:05:52 +00:00

17 lines
299 B
JSON

{
"apps": [
{
"name": "rembot-api",
"script": "bin/www",
"error_file": "logs/stderr.log",
"out_file": "logs/stdout.log",
"merge_logs": true,
"exec_mode": "fork",
"autorestart": true,
"env": {
"NODE_ENV": "production"
}
}
]
}