Skip to content

Commit d2b030e

Browse files
feat: Added support for auto-filling remote MySQL root password in App Store (#11240)
1 parent c6f496f commit d2b030e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/app/service/app_install.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ func (a *AppInstallService) GetServices(key string) ([]response.AppService, erro
515515
} else {
516516
service.From = constant.AppResourceRemote
517517
service.Status = constant.StatusRunning
518+
service.Config = map[string]string{"PANEL_DB_ROOT_PASSWORD": db.Password, "PANEL_DB_ROOT_USER": db.Username}
518519
}
519520
res = append(res, service)
520521
}

0 commit comments

Comments
 (0)