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:
@ -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
|
||||||
|
Reference in New Issue
Block a user