allow users to override the IPFS API address when fetching dependencies

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2016-03-28 10:12:45 -07:00
parent 45e1f757d2
commit 5b763e8a08

View File

@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
MAKEFLAGS += --no-print-directory
export IPFS_API = v04x.ipfs.io
export IPFS_API ?= v04x.ipfs.io
all: help