docs: add multiple gateway and api addrs
Henrique Dias committed
Sep 6, 2019 at 13:16 UTC
ec2383f7216f81c814ebbb25ad8319fbde4551f7
1 file changed
+2
-2
docs/config.md
+2
-2
@@ -75,12 +75,12 @@ Available profiles:
75
Contains information about various listener addresses to be used by this node.
76
77
- `API`
78
-Multiaddr describing the address to serve the local HTTP API on.
78
+Multiaddr or array of multiaddrs describing the address to serve the local HTTP API on.
79
80
Default: `/ip4/127.0.0.1/tcp/5001`
81
82
- `Gateway`
83
-Multiaddr describing the address to serve the local gateway on.
83
+Multiaddr or array of multiaddrs describing the address to serve the local gateway on.
84
85
Default: `/ip4/127.0.0.1/tcp/8080`
86