Update services/web/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Jörn Friedrich Dreyer
2023-02-13 16:21:59 +01:00
committed by GitHub
parent b318269de4
commit e0753c20fb

View File

@@ -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:"-"`
}