99AI/pm2.conf.json
2024-01-27 00:40:50 +08:00

20 lines
376 B
JSON

{
"apps": {
"name": "99ai-v2.5.0",
"script": "./dist/main.js",
"watch": true,
"ignore_watch": [
"node_modules",
"logs"
],
"env": {
"TZ": "Asia/Shanghai"
},
"instances": 1,
"error_file": "logs/err.log",
"out_file": "logs/out.log",
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"max_memory_restart": "2000M"
}
}