Keep preseeded database password (#4284)
This commit is contained in:
		
							parent
							
								
									3fed13b0ee
								
							
						
					
					
						commit
						5676f60cba
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue