From e0753c20fbe9363c2c06373fedf40aa179367b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 13 Feb 2023 16:21:59 +0100 Subject: [PATCH] Update services/web/pkg/config/config.go Co-authored-by: Martin --- services/web/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/pkg/config/config.go b/services/web/pkg/config/config.go index bd61b69d19..81fcfb989e 100644 --- a/services/web/pkg/config/config.go +++ b/services/web/pkg/config/config.go @@ -24,7 +24,7 @@ type Config struct { TokenManager *TokenManager `yaml:"token_manager"` - GatewayAddress string `yaml:"gateway_addr" env:"WEB_GATEWAY_GRPC_ADDR" desc:"GRPC address of the Reva gateway service."` + GatewayAddress string `yaml:"gateway_addr" env:"WEB_GATEWAY_GRPC_ADDR" desc:"The bind address of the GRPC service."` Context context.Context `yaml:"-"` }