Skip to content

Commit

Permalink
Fix issue where POWERPIPE_PORT env var was not being honoured. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed May 31, 2024
1 parent dd66e58 commit 16a2b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmdconfig/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func envMappings() map[string]cmdconfig.EnvMapping {
constants.EnvPipesToken: {ConfigVar: []string{constants.ArgPipesToken}, VarType: cmdconfig.EnvVarTypeString},
// powerpipe specific constants
localconstants.EnvListen: {ConfigVar: []string{constants.ArgListen}, VarType: cmdconfig.EnvVarTypeString},
localconstants.EnvPort: {ConfigVar: []string{constants.ArgPort}, VarType: cmdconfig.EnvVarTypeInt},
localconstants.EnvBenchmarkTimeout: {ConfigVar: []string{constants.ArgBenchmarkTimeout}, VarType: cmdconfig.EnvVarTypeInt},
localconstants.EnvDashboardTimeout: {ConfigVar: []string{constants.ArgDashboardTimeout}, VarType: cmdconfig.EnvVarTypeInt},
}
Expand Down

0 comments on commit 16a2b8d

Please # to comment.