File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,11 @@ Defaults: 2048
77
77
78
78
## ` IPFS_DIST_PATH `
79
79
80
- URL from which go-ipfs fetches repo migrations (when the daemon is launched with
81
- the ` --migrate ` flag).
80
+ IPFS Content Path from which go-ipfs fetches repo migrations (when the daemon
81
+ is launched with the ` --migrate ` flag).
82
82
83
- Default: https://ipfs.io/ipfs/$something (depends on the IPFS version)
83
+ Default: ` /ipfs/<cid> ` (the exact path is hardcoded in
84
+ ` migrations.CurrentIpfsDist ` , depends on the IPFS version)
84
85
85
86
## ` IPFS_NS_MAP `
86
87
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
11
11
const (
12
12
// Current dirstibution to fetch migrations from
13
- CurrentIpfsDist = "/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
13
+ CurrentIpfsDist = "/ipfs/QmP7tLxzhLU1KauTRX3jkVkF93pCv4skcceyUYMhf4AKJR" // fs-repo-migrations v2.0.2
14
14
// Latest distribution path. Default for fetchers.
15
15
LatestIpfsDist = "/ipns/dist.ipfs.io"
16
16
You can’t perform that action at this time.
0 commit comments