mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed minor mistake in last commit
This commit is contained in:
parent
ae0f8c77d1
commit
aedaae852b
@ -402,7 +402,7 @@ func NewConfigContext(args *CommandLineArgs) {
|
||||
AuthProxyAutoSignUp = authProxy.Key("auto_sign_up").MustBool(true)
|
||||
|
||||
authBasic := Cfg.Section("auth.basic")
|
||||
AuthProxyEnabled = authBasic.Key("enabled").MustBool(true)
|
||||
BasicAuthEnabled = authBasic.Key("enabled").MustBool(true)
|
||||
|
||||
// PhantomJS rendering
|
||||
ImagesDir = filepath.Join(DataPath, "png")
|
||||
|
Loading…
Reference in New Issue
Block a user