force gx to use 0.4.0 gateways for now
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Feb 22, 2016 at 17:47 UTC
a36da6b417e0a54e8a3f926537ba477b22e0f28a
1 file changed
+3
Makefile
+3
@@ -9,6 +9,9 @@ COMMIT := $(shell git rev-parse --short HEAD)
9
ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
10
MAKEFLAGS += --no-print-directory
11
12
+
13
+IPFS_API = "https://v04x.ipfs.io"
14
+
15
all: help
16
17
godep: