mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-25 10:16:51 +08:00
整合包
This commit is contained in:
19
YiAiQuickDeploy/pm2.conf.json
Normal file
19
YiAiQuickDeploy/pm2.conf.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"apps": {
|
||||
"name": "yiai-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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user