mirror of
https://github.com/gogs/gogs.git
synced 2025-12-21 15:50:00 +01:00
conf: overhaul repository settings (#5932)
This commit is contained in:
@@ -199,13 +199,11 @@ func Config(c *context.Context) {
|
||||
c.Data["App"] = conf.App
|
||||
c.Data["Server"] = conf.Server
|
||||
c.Data["SSH"] = conf.SSH
|
||||
c.Data["Repository"] = conf.Repository
|
||||
|
||||
c.Data["LogRootPath"] = conf.LogRootPath
|
||||
c.Data["ReverseProxyAuthUser"] = conf.ReverseProxyAuthUser
|
||||
|
||||
c.Data["RepoRootPath"] = conf.RepoRootPath
|
||||
c.Data["ScriptType"] = conf.ScriptType
|
||||
c.Data["Repository"] = conf.Repository
|
||||
c.Data["HTTP"] = conf.HTTP
|
||||
|
||||
c.Data["DbCfg"] = db.DbCfg
|
||||
|
||||
Reference in New Issue
Block a user