mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: Fix comment
This commit is contained in:
parent
ec1659d79a
commit
dbb5fa78a5
@ -9,9 +9,9 @@ var DefaultMigrationDownloadSources = []string{"HTTPS", "IPFS"}
|
||||
// Migration configures how migrations are downloaded and if the downloads are
|
||||
// added to IPFS locally
|
||||
type Migration struct {
|
||||
// Sources in order of preference where "HTTPS" means our gateways and
|
||||
// "IPFS" means over IPFS. Any other values are interpretes as hostnames
|
||||
// for custom gateways. An empty list means "do the default thing"
|
||||
// Sources in order of preference, where "IPFS" means use IPFS and "HTTPS"
|
||||
// means use default gateways. Any other values are interpreted as
|
||||
// hostnames for custom gateways. Empty list means "use default sources".
|
||||
DownloadSources []string
|
||||
// Whether or not to keep the migration after downloading it.
|
||||
// Options are "discard", "cache", "pin". Empty string for default.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user