Skip to content

Commit 1b8a319

Browse files
authored
Update Makefile
1 parent f11e4f7 commit 1b8a319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SERVER_BUILD_VERSION :=v1.0.0
1111

1212
# run module
1313
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)
14+
cd cmd/rule-engine/ && export GO111MODULE=on && export GOPROXY=https://goproxy.cn && go run main.go --gateway.url=http://$(gateway.url)
1515

1616
run-backend:
17-
cd cmd/alert-gateway/ && export GO111MODULE=on && export GOPROXY=https://mirrors.aliyun.com/goproxy/ && go run main.go
17+
cd cmd/alert-gateway/ && export GO111MODULE=on && export GOPROXY=https://goproxy.cn && go run main.go
1818

1919
run-frontend:
2020
cd web/ && npm run dev

0 commit comments

Comments
 (0)