Files
heygem-gateway/config/machines.example.json
2025-07-25 15:20:42 +08:00

12 lines
166 B
JSON

{
"machines": [
{
"name": "1",
"host": "192.168.0.131",
"port": 8000,
"max_concurrent": 1,
"enabled": true
}
]
}