fix public sharing port, update generated docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-09-08 14:36:50 +02:00
parent 01592572f3
commit 87b9469235
2 changed files with 256 additions and 1138 deletions
+255 -1137
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -264,7 +264,7 @@ func GatewayWithConfig(cfg *config.Config) []cli.Flag {
&cli.StringFlag{
Name: "public-link-url",
Value: "localhost:10054",
Value: "localhost:9178",
Usage: "URL to use for the public links service",
EnvVars: []string{"REVA_STORAGE_PUBLIC_LINK_URL"},
Destination: &cfg.Reva.StoragePublicLink.URL,