[*] 日常优化

This commit is contained in:
acgist
2023-06-19 09:01:36 +08:00
parent 5a4aa469e1
commit 3b232a1c3f
3 changed files with 46 additions and 46 deletions

View File

@@ -1,11 +1,11 @@
{
"apps": [
{
"cwd": "./",
"name": "taoyao-client-media",
"script": "src/Server.js",
"out_file": "./logs/out.log",
"error_file": "./logs/error.log",
"cwd" : "./",
"name" : "taoyao-client-media",
"script" : "src/Server.js",
"out_file" : "./logs/out.log",
"error_file" : "./logs/error.log",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]