imetting_frontend/ecosystem.config.json

21 lines
471 B
JSON

{
"name": "imeeting-frontend",
"script": "server.js",
"instances": 2,
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production",
"PORT": 3001
},
"error_file": "./logs/err.log",
"out_file": "./logs/out.log",
"log_file": "./logs/combined.log",
"time": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z",
"max_memory_restart": "1G",
"restart_delay": 4000,
"autorestart": true,
"watch": false,
"max_restarts": 10,
"min_uptime": "10s"
}