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

This commit is contained in:
Christian Richter
2024-03-07 13:51:37 +05:45
committed by Phil Davis
parent 6a00b7647f
commit 546f79f8c1
+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"`