Files
taoyao/taoyao-media-server/ecosystem.config.json
2023-02-19 11:57:09 +08:00

13 lines
244 B
JSON

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