Update services/clientlog/pkg/config/config.go

This commit is contained in:
Christian Richter
2024-03-06 17:53:43 +05:45
committed by Phil Davis
parent c715732296
commit 70e69f9561
+1 -1
View File
@@ -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"`