diff --git a/config/config.go b/config/config.go index 3aca889ef..d33e4d36d 100644 --- a/config/config.go +++ b/config/config.go @@ -40,8 +40,9 @@ type Datastore struct { // Addresses stores the (string) multiaddr addresses for the node. type Addresses struct { - Swarm []string // addresses for the swarm network - API string // address for the local API (RPC) + Swarm []string // addresses for the swarm network + API string // address for the local API (RPC) + Gateway string // address to listen on for IPFS HTTP object gateway } // Mounts stores the (string) mount points