Skip to content

Commit

Permalink
update node rpc port in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Jun 29, 2023
1 parent fa3be22 commit f8635a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ services:
"--state-pruning", "archive",
"--port", "30333",
"--dsn-listen-on", "/ip4/0.0.0.0/tcp/30433",
"--rpc-port", "9944",
"--rpc-cors", "all",
"--rpc-methods", "safe",
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--dsn-disable-private-ips",
"--no-private-ipv4",
"--validator",
Expand Down

0 comments on commit f8635a7

Please sign in to comment.