Skip to content

Commit a36da6b

Browse files
committedFeb 23, 2016
force gx to use 0.4.0 gateways for now
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent d9b766d commit a36da6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ COMMIT := $(shell git rev-parse --short HEAD)
99
ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
1010
MAKEFLAGS += --no-print-directory
1111

12+
13+
IPFS_API = "https://v04x.ipfs.io"
14+
1215
all: help
1316

1417
godep:

0 commit comments

Comments
 (0)
Please sign in to comment.