提交 2db7522f 作者: Jeromy

make dist path overrideable

License: MIT
Signed-off-by: 's avatarJeromy <why@ipfs.io>
上级 a3bd3bc3
......@@ -16,6 +16,12 @@ import (
var DistPath = "https://ipfs.io/ipns/dist.ipfs.io"
func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
DistPath = dist
}
}
const migrations = "fs-repo-migrations"
func RunMigration(newv int) error {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论