mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-27 14:14:12 +08:00
config: Added a gateway server address
This commit is contained in:
@ -42,6 +42,7 @@ type Datastore struct {
|
||||
type Addresses struct {
|
||||
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
|
||||
|
Reference in New Issue
Block a user