Files
showbridge-go/config.json
2025-10-15 18:44:51 -05:00

11 lines
186 B
JSON

{
"protocols": [
{
"type": "tcp.client",
"params": {
"host": "127.0.0.1",
"port": 8000
}
}
]
}