mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-17 04:40:53 +00:00
Fix #209
This commit is contained in:
@@ -185,6 +185,8 @@ func Config(ctx *middleware.Context) {
|
||||
ctx.Data["RunUser"] = setting.RunUser
|
||||
ctx.Data["RunMode"] = strings.Title(martini.Env)
|
||||
ctx.Data["RepoRootPath"] = setting.RepoRootPath
|
||||
ctx.Data["StaticRootPath"] = setting.StaticRootPath
|
||||
ctx.Data["LogRootPath"] = setting.LogRootPath
|
||||
ctx.Data["ScriptType"] = setting.ScriptType
|
||||
|
||||
ctx.Data["Service"] = setting.Service
|
||||
|
Reference in New Issue
Block a user