From ec2383f7216f81c814ebbb25ad8319fbde4551f7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 6 Sep 2019 13:16:54 +0100 Subject: [PATCH] docs: add multiple gateway and api addrs --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index e0630b40f2b..231a828f6df 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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`