Skip to content

Commit

Permalink
You can override it with
Browse files Browse the repository at this point in the history
Co-authored-by: GuillaumeGen <[email protected]>
  • Loading branch information
timothymcmackin and GuillaumeGen authored Dec 3, 2024
1 parent 0ceff64 commit 004d400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/join-dal-baker/run-dal-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ For example, this command initializes the DAL node with the address of a local `
curl http://localhost:10732/p2p/points/info
```

where `10732` is the port on which the DAL node serves RPC calls.
The default port is 10732, but you can override it with the `--rpc-addr` argument.
where `10732` is the default port on which the DAL node serves RPC calls.
You can override it with the `--rpc-addr` argument.

The response lists the network connections that the DAL node has, as in this example:

Expand Down

0 comments on commit 004d400

Please sign in to comment.