Fix EnableLogRedacting case

This commit is contained in:
Deluan 2021-05-02 16:49:20 -04:00 committed by Joe Stump
parent b04974dbc6
commit 504b222167
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -161,7 +161,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)