1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknown
2014-03-19 13:24:46 -04:00
parent 757f360949
commit 601c10309d
4 changed files with 5 additions and 2 deletions

View File

@@ -172,8 +172,9 @@ func init() {
AppUrl = Cfg.MustValue("server", "ROOT_URL")
Domain = Cfg.MustValue("server", "DOMAIN")
SecretKey = Cfg.MustValue("security", "SECRET_KEY")
}
// Extensions.
func NewServices() {
newService()
newLogService()
newMailService()