1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

Replace Gogs to Gitea in installation options

This commit is contained in:
Joubert RedRat
2016-11-07 11:26:13 -02:00
committed by Andrey Nering
parent f430d26f7e
commit 28bee28102
5 changed files with 415 additions and 415 deletions

View File

@@ -95,7 +95,7 @@ func LoadConfigs() {
DbCfg.Passwd = sec.Key("PASSWD").String()
}
DbCfg.SSLMode = sec.Key("SSL_MODE").String()
DbCfg.Path = sec.Key("PATH").MustString("data/gogs.db")
DbCfg.Path = sec.Key("PATH").MustString("data/gitea.db")
}
// parsePostgreSQLHostPort parses given input in various forms defined in