summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorJoubert RedRat <me+github@redrat.com.br>2016-11-07 11:26:13 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-11-07 13:26:19 -0200
commit28bee2810221f9da62443e4dc1c52199f1dc4d1b (patch)
tree3641d17c8cdad4d58a91294e32a28f57d688c37f /models/models.go
parentf430d26f7ee7530e9613e6fe5055bec12d7f4d92 (diff)
downloadgitea-28bee2810221f9da62443e4dc1c52199f1dc4d1b.tar.gz
gitea-28bee2810221f9da62443e4dc1c52199f1dc4d1b.zip
Replace Gogs to Gitea in installation options
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
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