forked from forgejo/forgejo
Mirror fix
This commit is contained in:
parent
8b43bd1c37
commit
6bc7ae971a
8 changed files with 5 additions and 9 deletions
|
@ -58,8 +58,7 @@ var (
|
|||
SessionConfig *session.Config
|
||||
SessionManager *session.Manager
|
||||
|
||||
PictureService string
|
||||
PictureRootPath string
|
||||
PictureService string
|
||||
)
|
||||
|
||||
var Service struct {
|
||||
|
@ -269,7 +268,6 @@ func NewConfigContext() {
|
|||
CookieRememberName = Cfg.MustValue("security", "COOKIE_REMEMBER_NAME")
|
||||
|
||||
PictureService = Cfg.MustValue("picture", "SERVICE")
|
||||
PictureRootPath = Cfg.MustValue("picture", "PATH")
|
||||
|
||||
// Determine and create root git reposiroty path.
|
||||
RepoRootPath = Cfg.MustValue("repository", "ROOT")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue