mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 21:08:17 +08:00
migrations: update dist.ipfs.io path
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var DistPath = "https://ipfs.io/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF"
|
var DistPath = "https://ipfs.io/ipfs/QmUgY7wRGB7bEKREE5BNrSwjzrRZddkRV4bu64bP2qgv7f"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
|
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
|
||||||
|
Reference in New Issue
Block a user