Files

18 lines
360 B
JSON
Raw Permalink Normal View History

{
"apps": [{
"name": "rcu-upgrade-service",
"script": "./src/index.js",
"instances": 1,
"exec_mode": 'fork',
"autorestart": true,
"watch": false,
"env": {
"NODE_ENV": "production"
},
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"error_file": "./logs/err.log",
"out_file": "./logs/out.log",
"restart_delay": 5000
}]
}