Files
taoyao/taoyao-client-media/ecosystem.config.json
2023-06-19 09:01:36 +08:00

13 lines
288 B
JSON

{
"apps": [
{
"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"
}
]
}