We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36414fc + 2d4c3bf commit 044a779Copy full SHA for 044a779
proxy/cmd/cmd.go
@@ -61,7 +61,7 @@ func parseConfigFromCmd(args []string) (err error) {
61
},
62
cli.StringFlag{
63
Name: "service-ports",
64
- EnvVar: common.EnvServicePorts,
+ EnvVar: os.Getenv(common.EnvServicePorts),
65
Usage: "service protocol and port,examples: --service-ports=http:3000,grpc:8000",
66
Destination: &Configs.LocalServicePorts,
67
0 commit comments