mirror of
https://github.com/vastxie/99AI.git
synced 2024-11-16 03:32:42 +08:00
20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"apps": {
|
|
"name": "nineai-v2.4.5",
|
|
"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"
|
|
}
|
|
}
|