Skip to content

Commit

Permalink
default to metrics enabled false
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Jan 4, 2024
1 parent c49682f commit 573a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func Read() *Config {
viper.SetDefault("infoInterval", DefaultInfoInterval)
viper.SetDefault("metricsExporter", DefaultExporter)
viper.SetDefault("metricsEndpoint", DefaultMetricsEndpoint)
viper.SetDefault("metricsEnabled", true)
viper.SetDefault("metricsEnabled", false)

_ = viper.BindEnv("jwt", "JWT")

Expand Down

0 comments on commit 573a7f1

Please sign in to comment.