Files
showbridge-go/config.json
2025-11-18 21:02:48 -06:00

11 lines
184 B
JSON

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