diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 09:05:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 09:05:26 +0800 |
commit | 648d9e253c1924b832248f26fee42b2fb64dc3bc (patch) | |
tree | 51649fad974cd7284a47d30e412c90e7ab72cd2c /templates/admin | |
parent | 5b14cc6f0b7b661beb2640a94bd15660cdb48587 (diff) |
conf: overhaul server settings (#5928)
* conf: rename package
* Requires Go 1.12
* Fix lint
* Fix lint
* Overhaul
* db: fix tests
* Save my work
* Fix tests
* Server.UnixSocketPermission
* Server.LocalRootURL
* SSH settings
* Server.OfflineMode
* Save my work
* App.Version
* Remove [server] STATIC_ROOT_PATH
* Server.LandingURL
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/config.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 4d90172c..e6324408 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -30,8 +30,6 @@ <div class="ui divider"></div> - <dt>{{.i18n.Tr "admin.config.static_file_root_path"}}</dt> - <dd><code>{{.StaticRootPath}}</code></dd> <dt>{{.i18n.Tr "admin.config.log_file_root_path"}}</dt> <dd><code>{{.LogRootPath}}</code></dd> <dt>{{.i18n.Tr "admin.config.reverse_auth_user"}}</dt> |