diff options
author | Unknwon <u@gogs.io> | 2015-03-12 16:01:41 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-12 16:01:41 -0400 |
commit | 48bb63937149e8de3954a8abfc12f3f55d5103dd (patch) | |
tree | 1e369f5fe5302df37a76b73531fdaa8eb94e4427 /modules | |
parent | 0720d3988f3e088e527dd857756d6598694494a7 (diff) | |
parent | 7ba9d1171c1c0cfae14d28da3898cc0db31f830a (diff) |
Merge branch 'develop' of github.com:gogits/gogs into develop
Diffstat (limited to 'modules')
-rw-r--r-- | modules/setting/setting.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setting/setting.go b/modules/setting/setting.go index fd07c17f..9c1b0ad3 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -341,7 +341,7 @@ func newService() { Service.RequireSignInView = Cfg.Section("service").Key("REQUIRE_SIGNIN_VIEW").MustBool() Service.EnableCacheAvatar = Cfg.Section("service").Key("ENABLE_CACHE_AVATAR").MustBool() Service.EnableReverseProxyAuth = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTHENTICATION").MustBool() - Service.EnableReverseProxyAutoRegister = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTO_REGISTERATION").MustBool() + Service.EnableReverseProxyAutoRegister = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTO_REGISTRATION").MustBool() } var logLevels = map[string]string{ |