show lfs config on admin panel (#7220)

This commit is contained in:
Lunny Xiao 2019-06-17 02:24:49 +08:00 committed by zeripath
parent d8168b356d
commit 1e8a616426
3 changed files with 22 additions and 0 deletions

View file

@ -225,6 +225,7 @@ func Config(ctx *context.Context) {
ctx.Data["ReverseProxyAuthEmail"] = setting.ReverseProxyAuthEmail
ctx.Data["SSH"] = setting.SSH
ctx.Data["LFS"] = setting.LFS
ctx.Data["Service"] = setting.Service
ctx.Data["DbCfg"] = models.DbCfg