Files
showbridge-go/config.json
2025-11-18 18:35:17 -06:00

10 lines
151 B
JSON

{
"modules": [
{
"type": "net.tcp.server",
"params": {
"port": 8000
}
}
]
}