mirror of
https://gitee.com/gitea/gitea
synced 2025-11-16 06:20:24 +08:00
#3091 show Git configs on admin panel
This commit is contained in:
@@ -224,6 +224,8 @@ func Config(ctx *context.Context) {
|
||||
ctx.Data["DisableGravatar"] = setting.DisableGravatar
|
||||
ctx.Data["EnableFederatedAvatar"] = setting.EnableFederatedAvatar
|
||||
|
||||
ctx.Data["Git"] = setting.Git
|
||||
|
||||
type logger struct {
|
||||
Mode, Config string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user