chore: update db connection params (#1960)

This commit is contained in:
boojack
2023-07-15 10:26:19 +08:00
committed by GitHub
parent 6b17a27a13
commit 40a30d46af
4 changed files with 7 additions and 4 deletions

View File

@ -77,6 +77,7 @@ func (s *APIV1Service) registerSystemRoutes(g *echo.Group) {
// data desensitize
systemStatus.Host.OpenID = ""
systemStatus.Host.Email = ""
systemStatus.Host.AvatarURL = ""
}
systemSettingList, err := s.Store.ListSystemSettings(ctx, &store.FindSystemSetting{})