mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-25 09:56:47 +08:00
NineAI 2.4.2
This commit is contained in:
19
pm2.conf.json
Normal file
19
pm2.conf.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"apps": {
|
||||
"name": "nineai-v2.4.2",
|
||||
"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