Files
taoyao/taoyao-client-media/ecosystem.config.cluster.json
2023-02-22 07:42:40 +08:00

15 lines
296 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"
}
]
}