Miao-Yunzai/config/pm2/pm2.json

10 lines
152 B
JSON
Raw Normal View History

2023-03-04 14:30:13 +08:00
{
"apps": [
{
"name": "Yunzai-Bot",
"script": "./app.js",
"max_memory_restart": "512M",
"restart_delay": 60000
}
]
}