Skip to content

Commit

Permalink
Ignore commas on env vars!
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Nov 15, 2023
1 parent 5a71fe5 commit 8280bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webrtc-load-tester/utils/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func ParseFlags(registerVars func(*flag.FlagSet)) {
ff.WithConfigFileFlag("config"),
ff.WithConfigFileParser(ff.PlainParser),
ff.WithEnvVarPrefix("LT_WEBRTC"),
ff.WithEnvVarIgnoreCommas(true),
)
if err != nil {
glog.Errorf("Error parsing args: %v", err)
Expand Down

0 comments on commit 8280bc8

Please sign in to comment.