Skip to content

Commit

Permalink
Fix port allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
IljaN committed Sep 29, 2020
1 parent 7c216a8 commit d77545c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocis-reva/pkg/flagset/storagemetadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d77545c

Please sign in to comment.