docs: Set ws_port to 6006 in example config (#2377)

This commit is contained in:
Alex Kremer
2025-07-29 13:00:28 +01:00
committed by GitHub
parent d7888d5556
commit 3defcaecac

View File

@@ -31,7 +31,7 @@
"etl_sources": [
{
"ip": "127.0.0.1",
"ws_port": "6005",
"ws_port": "6006",
"grpc_port": "50051"
}
],