Upgrade reva and CS3APIs versions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user