fix version for legacy clients

This commit is contained in:
Michael Barz
2022-05-23 11:04:36 +02:00
parent cd87caede9
commit a8b6c53dd9
7 changed files with 32 additions and 12 deletions
+1
View File
@@ -58,6 +58,7 @@ func Server(cfg *config.Config) *cli.Command {
ocdav.GatewaySvc(cfg.Reva.Address),
ocdav.JWTSecret(cfg.TokenManager.JWTSecret),
ocdav.ProductName(cfg.Status.ProductName),
ocdav.ProductVersion(cfg.Status.ProductVersion),
ocdav.Product(cfg.Status.Product),
ocdav.Version(cfg.Status.Version),
ocdav.VersionString(cfg.Status.VersionString),