mirror of
https://gitee.com/gitea/gitea
synced 2025-12-15 12:36:36 +08:00
Little bug fix
This commit is contained in:
@@ -46,6 +46,7 @@ func NewServices() {
|
||||
// GlobalInit is for global configuration reload-able.
|
||||
func GlobalInit() {
|
||||
setting.NewConfigContext()
|
||||
log.Trace("Custom path: %s", setting.CustomPath)
|
||||
mailer.NewMailerContext()
|
||||
models.LoadModelsConfig()
|
||||
models.LoadRepoConfig()
|
||||
|
||||
Reference in New Issue
Block a user