docs: add multiple gateway and api addrs

This commit is contained in:
Henrique Dias 2019-09-06 13:16:54 +01:00 committed by GitHub
parent 06153e088e
commit ec2383f721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`