1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-20 20:54:21 -04:00

Keep preseeded database password (#4284)

This commit is contained in:
tarelda 2018-07-04 02:09:55 +02:00 committed by techknowlogick
parent 3fed13b0ee
commit 5676f60cba

View File

@ -58,6 +58,7 @@ func Install(ctx *context.Context) {
// Database settings
form.DbHost = models.DbCfg.Host
form.DbUser = models.DbCfg.User
form.DbPasswd = models.DbCfg.Passwd
form.DbName = models.DbCfg.Name
form.DbPath = models.DbCfg.Path