diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-28 01:53:06 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-28 01:53:06 -0400 |
commit | ab13a29cb530457328cf9d3a2511c2db1d5ccaca (patch) | |
tree | fae4cca0e4b24f81f7896b8f8dfab909c2e98bc8 /templates/admin/config.tmpl | |
parent | ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 (diff) | |
download | gitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.tar.gz gitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.zip |
Fix #209
Diffstat (limited to 'templates/admin/config.tmpl')
-rw-r--r-- | templates/admin/config.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index f49e382705..a8e9d1ae99 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -30,6 +30,10 @@ <hr/> <dt>Repository Root Path</dt> <dd>{{.RepoRootPath}}</dd> + <dt>Static File Root Path</dt> + <dd>{{.StaticRootPath}}</dd> + <dt>Log File Root Path</dt> + <dd>{{.LogRootPath}}</dd> <dt>Script Type</dt> <dd>{{.ScriptType}}</dd> </dl> |