mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 04:22:23 +03:00
Fix EnableLogRedacting
case
This commit is contained in:
parent
cfbc39fb7f
commit
2ff1c79b64
@ -150,7 +150,7 @@ func init() {
|
||||
viper.SetDefault("enablestarrating", true)
|
||||
viper.SetDefault("defaulttheme", "Dark")
|
||||
viper.SetDefault("gatrackingid", "")
|
||||
viper.SetDefault("EnableLogRedacting", true)
|
||||
viper.SetDefault("enablelogredacting", true)
|
||||
viper.SetDefault("authrequestlimit", 5)
|
||||
viper.SetDefault("authwindowlength", 20*time.Second)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user