We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0f8c7 commit aedaae8Copy full SHA for aedaae8
pkg/setting/setting.go
@@ -402,7 +402,7 @@ func NewConfigContext(args *CommandLineArgs) {
402
AuthProxyAutoSignUp = authProxy.Key("auto_sign_up").MustBool(true)
403
404
authBasic := Cfg.Section("auth.basic")
405
- AuthProxyEnabled = authBasic.Key("enabled").MustBool(true)
+ BasicAuthEnabled = authBasic.Key("enabled").MustBool(true)
406
407
// PhantomJS rendering
408
ImagesDir = filepath.Join(DataPath, "png")
0 commit comments