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:
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