Skip to content

Commit

Permalink
Merge pull request #6631 from hacdias/patch-2
Browse files Browse the repository at this point in the history
docs: add multiple gateway and api addrs
  • Loading branch information
Stebalien authored Sep 6, 2019
2 parents 06153e0 + ec2383f commit dae0f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ Available profiles:
Contains information about various listener addresses to be used by this node.

- `API`
Multiaddr describing the address to serve the local HTTP API on.
Multiaddr or array of multiaddrs describing the address to serve the local HTTP API on.

Default: `/ip4/127.0.0.1/tcp/5001`

- `Gateway`
Multiaddr describing the address to serve the local gateway on.
Multiaddr or array of multiaddrs describing the address to serve the local gateway on.

Default: `/ip4/127.0.0.1/tcp/8080`

Expand Down

0 comments on commit dae0f54

Please sign in to comment.