diff options
author | Joubert RedRat <me+github@redrat.com.br> | 2016-11-07 11:26:13 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-07 13:26:19 -0200 |
commit | 28bee2810221f9da62443e4dc1c52199f1dc4d1b (patch) | |
tree | 3641d17c8cdad4d58a91294e32a28f57d688c37f /models/models.go | |
parent | f430d26f7ee7530e9613e6fe5055bec12d7f4d92 (diff) | |
download | gitea-28bee2810221f9da62443e4dc1c52199f1dc4d1b.tar.gz gitea-28bee2810221f9da62443e4dc1c52199f1dc4d1b.zip |
Replace Gogs to Gitea in installation options
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go index a9da884624..d6c30e1013 100644 --- a/models/models.go +++ b/models/models.go @@ -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 |