chore: make "flux-testing" public (#23935)

pull/23937/head
Brandon Pfeifer 2022-11-21 14:10:10 -05:00 committed by GitHub
parent fd7e4aa0f7
commit e68b64c57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`