Update config option

This commit is contained in:
Unknown 2014-03-28 08:39:35 -04:00
parent 6bd4f34c8d
commit cb05b8325c
9 changed files with 7 additions and 17 deletions

View file

@ -141,7 +141,6 @@ func Config(ctx *middleware.Context) {
ctx.Data["Domain"] = base.Domain
ctx.Data["RunUser"] = base.RunUser
ctx.Data["RunMode"] = strings.Title(martini.Env)
ctx.Data["EnableHttpsClone"] = base.EnableHttpsClone
ctx.Data["RepoRootPath"] = base.RepoRootPath
ctx.Data["Service"] = base.Service