Fix port allocation

This commit is contained in:
Ilja Neumann
2020-09-29 14:34:10 +02:00
parent e7c918578b
commit e0558d9088

View File

@@ -24,7 +24,7 @@ func StorageMetadata(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "provider-addr",
Value: "0.0.0.0:9250",
Value: "0.0.0.0:9215",
Usage: "Address to bind reva service",
EnvVars: []string{"REVA_STORAGE_METADATA_PROVIDER_ADDR"},
Destination: &cfg.Reva.StorageMetadata.Addr,