mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix EnableLogRedacting
case
This commit is contained in:
parent
cfbc39fb7f
commit
2ff1c79b64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue