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

10 lines
147 B
JSON

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