mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-18 06:29:42 +02:00
implemented login and jwt auth
This commit is contained in:
12
Makefile
12
Makefile
@@ -28,20 +28,20 @@ get:
|
||||
go get -u ./cmd && go mod tidy
|
||||
|
||||
debug:
|
||||
make build && sudo GOPROXY_DEBUG=1 bin/go-proxy
|
||||
make build
|
||||
GOPROXY_DEBUG=1 sudo bin/go-proxy
|
||||
|
||||
debug-trace:
|
||||
make build && sudo GOPROXY_DEBUG=1 GOPROXY_TRACE=1 bin/go-proxy
|
||||
make build
|
||||
GOPROXY_DEBUG=1 GOPROXY_TRACE=1 sudo bin/go-proxy
|
||||
|
||||
profile:
|
||||
GODEBUG=gctrace=1 make build && sudo GOPROXY_DEBUG=1 bin/go-proxy
|
||||
GODEBUG=gctrace=1 make build
|
||||
GOPROXY_DEBUG=1 sudo bin/go-proxy
|
||||
|
||||
mtrace:
|
||||
bin/go-proxy debug-ls-mtrace > mtrace.json
|
||||
|
||||
run-test:
|
||||
make build && sudo GOPROXY_TEST=1 bin/go-proxy
|
||||
|
||||
run:
|
||||
make build && sudo bin/go-proxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user