Upgrade reva and CS3APIs versions

This commit is contained in:
root
2021-02-16 16:00:51 +01:00
committed by Ishank Arora
parent d8ade4a917
commit 4813b06ed5
13 changed files with 63 additions and 10 deletions
+7
View File
@@ -177,6 +177,13 @@ func GatewayWithConfig(cfg *config.Config) []cli.Flag {
EnvVars: []string{"STORAGE_USERPROVIDER_ENDPOINT"},
Destination: &cfg.Reva.Users.Endpoint,
},
&cli.StringFlag{
Name: "groupprovider-endpoint",
Value: "localhost:9160",
Usage: "endpoint to use for the groupprovider",
EnvVars: []string{"STORAGE_GROUPPROVIDER_ENDPOINT"},
Destination: &cfg.Reva.Groups.Endpoint,
},
&cli.StringFlag{
Name: "sharing-endpoint",
Value: "localhost:9150",