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

15 lines
352 B
JSON

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