Simplify description

This commit is contained in:
Unknwon
2017-02-15 22:29:31 -05:00
parent f35bd34002
commit 3137665e6e
14 changed files with 28 additions and 35 deletions

View File

@@ -384,7 +384,7 @@ func NewContext() {
forcePathSeparator(LogRootPath)
sec := Cfg.Section("server")
AppName = Cfg.Section("").Key("APP_NAME").MustString("Gogs: Go Git Service")
AppName = Cfg.Section("").Key("APP_NAME").MustString("Gogs")
AppUrl = sec.Key("ROOT_URL").MustString("http://localhost:3000/")
if AppUrl[len(AppUrl)-1] != '/' {
AppUrl += "/"