1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +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

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