We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11e4f7 commit 1b8a319Copy full SHA for 1b8a319
Makefile
@@ -11,10 +11,10 @@ SERVER_BUILD_VERSION :=v1.0.0
11
12
# run module
13
run-ruleengine:
14
- cd cmd/rule-engine/ && export GO111MODULE=on && export GOPROXY=https://mirrors.aliyun.com/goproxy/ && go run main.go --gateway.url=http://$(gateway.url)
+ cd cmd/rule-engine/ && export GO111MODULE=on && export GOPROXY=https://goproxy.cn && go run main.go --gateway.url=http://$(gateway.url)
15
16
run-backend:
17
- cd cmd/alert-gateway/ && export GO111MODULE=on && export GOPROXY=https://mirrors.aliyun.com/goproxy/ && go run main.go
+ cd cmd/alert-gateway/ && export GO111MODULE=on && export GOPROXY=https://goproxy.cn && go run main.go
18
19
run-frontend:
20
cd web/ && npm run dev
0 commit comments