mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-28 12:00:01 +02:00
Replace Gogs to Gitea in installation options
This commit is contained in:
parent
f430d26f7e
commit
28bee28102
5 changed files with 415 additions and 415 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue