From 70e69f95612c2afe775031b298379d2e409828fc Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:54:32 +0100 Subject: [PATCH] Update services/clientlog/pkg/config/config.go --- services/clientlog/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/clientlog/pkg/config/config.go b/services/clientlog/pkg/config/config.go index 7692e1454c..9627d6b81c 100644 --- a/services/clientlog/pkg/config/config.go +++ b/services/clientlog/pkg/config/config.go @@ -20,7 +20,7 @@ type Config struct { TokenManager *TokenManager `yaml:"token_manager"` - RevaGateway string `yaml:"reva_gateway" env:"OCIS_REVA_GATEWAY" desc:"CS3 gateway used to look up user metadata" introductionVersion:"5.0"` + RevaGateway string `yaml:"reva_gateway" env:"OCIS_REVA_GATEWAY;CLIENTLOG_REVA_GATEWAY" desc:"CS3 gateway used to look up user metadata" introductionVersion:"5.0"` Events Events `yaml:"events"` ServiceAccount ServiceAccount `yaml:"service_account"`