Skip to content

Commit

Permalink
runtimeconfig: Categorize advanced configuration parameters (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyasp authored Feb 4, 2022
1 parent 3fb66d8 commit 7ab9d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimeconfig/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Loader func(r io.Reader) (interface{}, error)
// Config holds the config for an Manager instance.
// It holds config related to loading per-tenant config.
type Config struct {
ReloadPeriod time.Duration `yaml:"period"`
ReloadPeriod time.Duration `yaml:"period" category:"advanced"`
// LoadPath contains the path to the runtime config file, requires an
// non-empty value
LoadPath string `yaml:"file"`
Expand Down

0 comments on commit 7ab9d37

Please sign in to comment.