init: heygen 队列

This commit is contained in:
2025-07-25 15:20:42 +08:00
commit 8301a19003
7 changed files with 1423 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"machines": [
{
"name": "1",
"host": "192.168.0.131",
"port": 8000,
"max_concurrent": 1,
"enabled": true
}
]
}