fix default storage config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -167,7 +167,7 @@ func StorageOCWithConfig(cfg *config.Config) []cli.Flag {
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "data-server-url",
|
||||
Value: "",
|
||||
Value: "http://localhost:9164/data",
|
||||
Usage: "data server url",
|
||||
EnvVar: "REVA_STORAGE_OC_DATA_SERVER_URL",
|
||||
Destination: &cfg.Reva.StorageOC.DataServerURL,
|
||||
|
||||
Reference in New Issue
Block a user