1
0
Fork 0
forked from forgejo/forgejo

Mirror fix

This commit is contained in:
Unknown 2014-03-23 10:58:50 -04:00
parent 8b43bd1c37
commit 6bc7ae971a
8 changed files with 5 additions and 9 deletions

View file

@ -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")