Fixed minor mistake in last commit

This commit is contained in:
Torkel Ödegaard 2015-06-30 12:14:13 +02:00
parent ae0f8c77d1
commit aedaae852b

View File

@ -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")