docs: Use non-admin WS port (#1592)

This PR is copied from #1533 , unblock it.
Help https://github.com/XRPLF/clio/pull/1533/files
This commit is contained in:
cyan317
2024-08-08 10:22:37 +01:00
committed by GitHub
parent 58045fb0b6
commit d7605d1069

View File

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