mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 08:55:20 +02:00
Fix #218
This commit is contained in:
parent
9085dfa426
commit
617bbe3fee
6 changed files with 27 additions and 24 deletions
|
@ -47,6 +47,7 @@ func NewServices() {
|
|||
func GlobalInit() {
|
||||
setting.NewConfigContext()
|
||||
log.Trace("Custom path: %s", setting.CustomPath)
|
||||
log.Trace("Log path: %s", setting.LogRootPath)
|
||||
mailer.NewMailerContext()
|
||||
models.LoadModelsConfig()
|
||||
models.LoadRepoConfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue