make only home storage default to enable home

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-09-08 14:14:19 +02:00
parent 259e564092
commit 6d4935c1f3
5 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func DriverOCISWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.BoolFlag{
Name: "storage-ocis-enable-home",
Value: true,
Value: false,
Usage: "enable the creation of home storages",
EnvVars: []string{"REVA_STORAGE_OCIS_ENABLE_HOME"},
Destination: &cfg.Reva.Storages.Common.EnableHome,