Skip to content

Commit

Permalink
chore: make "flux-testing" public (#23935)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Nov 21, 2022
1 parent fd7e4aa commit e68b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/httpd/config.go
Expand Up @@ -40,7 +40,7 @@ type Config struct {
WriteTracing bool `toml:"write-tracing"`
FluxEnabled bool `toml:"flux-enabled"`
FluxLogEnabled bool `toml:"flux-log-enabled"`
FluxTesting bool `toml:"-"`
FluxTesting bool `toml:"flux-testing"`
PprofEnabled bool `toml:"pprof-enabled"`
PprofAuthEnabled bool `toml:"pprof-auth-enabled"`
DebugPprofEnabled bool `toml:"debug-pprof-enabled"`
Expand Down

0 comments on commit e68b64c

Please sign in to comment.