mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
HTTP no follow and offline mode
This commit is contained in:
@@ -139,9 +139,11 @@ func Config(ctx *middleware.Context) {
|
||||
|
||||
ctx.Data["AppUrl"] = base.AppUrl
|
||||
ctx.Data["Domain"] = base.Domain
|
||||
ctx.Data["OfflineMode"] = base.OfflineMode
|
||||
ctx.Data["RunUser"] = base.RunUser
|
||||
ctx.Data["RunMode"] = strings.Title(martini.Env)
|
||||
ctx.Data["RepoRootPath"] = base.RepoRootPath
|
||||
ctx.Data["ScriptType"] = base.ScriptType
|
||||
|
||||
ctx.Data["Service"] = base.Service
|
||||
|
||||
|
Reference in New Issue
Block a user