diff --git a/pkg/flagset/frontend.go b/pkg/flagset/frontend.go index e0484fbce..b4117df7e 100644 --- a/pkg/flagset/frontend.go +++ b/pkg/flagset/frontend.go @@ -136,7 +136,7 @@ func FrontendWithConfig(cfg *config.Config) []cli.Flag { }, &cli.StringFlag{ Name: "url", - Value: "localhost:9140", + Value: "https://localhost:9200", Usage: "URL to use for the reva service", EnvVars: []string{"REVA_FRONTEND_URL"}, Destination: &cfg.Reva.Frontend.URL, diff --git a/pkg/flagset/gateway.go b/pkg/flagset/gateway.go index 87101ffdc..7a5c23ecc 100644 --- a/pkg/flagset/gateway.go +++ b/pkg/flagset/gateway.go @@ -188,7 +188,7 @@ func GatewayWithConfig(cfg *config.Config) []cli.Flag { &cli.StringFlag{ Name: "frontend-url", - Value: "localhost:9140", + Value: "https://localhost:9200", Usage: "URL to use for the reva service", EnvVars: []string{"REVA_FRONTEND_URL"}, Destination: &cfg.Reva.Frontend.URL,