switch example config to tcp server

This commit is contained in:
Joel Wetzell
2025-11-18 17:53:34 -06:00
parent 5f2599b080
commit 8ed7ef5011

View File

@@ -1,9 +1,8 @@
{ {
"protocols": [ "protocols": [
{ {
"type": "tcp.client", "type": "tcp.server",
"params": { "params": {
"host": "127.0.0.1",
"port": 8000 "port": 8000
} }
} }