We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fed13b commit 5676f60Copy full SHA for 5676f60
routers/install.go
@@ -58,6 +58,7 @@ func Install(ctx *context.Context) {
58
// Database settings
59
form.DbHost = models.DbCfg.Host
60
form.DbUser = models.DbCfg.User
61
+ form.DbPasswd = models.DbCfg.Passwd
62
form.DbName = models.DbCfg.Name
63
form.DbPath = models.DbCfg.Path
64
0 commit comments