1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

config: Added a gateway server address

This commit is contained in:
Matt Bell
2014-12-10 00:50:02 -08:00
parent cfbe44004b
commit 8603e8294f

View File

@ -42,6 +42,7 @@ type Datastore struct {
type Addresses struct { type Addresses struct {
Swarm []string // addresses for the swarm network Swarm []string // addresses for the swarm network
API string // address for the local API (RPC) 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 // Mounts stores the (string) mount points