heygem-gateway/config/machines.example.json

12 lines
166 B
JSON

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