mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 15:21:00 +08:00
Replace Gogs to Gitea in installation options
This commit is contained in:

committed by
Andrey Nering

parent
f430d26f7e
commit
28bee28102
@ -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
|
||||
|
Reference in New Issue
Block a user