diff --git a/extensions/storage-shares/pkg/config/config.go b/extensions/storage-shares/pkg/config/config.go index b3c9f908a2..5d6cc84234 100644 --- a/extensions/storage-shares/pkg/config/config.go +++ b/extensions/storage-shares/pkg/config/config.go @@ -20,8 +20,8 @@ type Config struct { SkipUserGroupsInToken bool `yaml:"-"` - ReadOnly bool `yaml:"readonly"` - SharesProviderEndpoint string `yaml:"shares_provider_endpoint"` + ReadOnly bool `yaml:"readonly" env:"STORAGE_SHARES_READ_ONLY"` + SharesProviderEndpoint string `yaml:"user_share_provider_endpoint" env:"STORAGE_SHARES_USER_SHARE_PROVIDER_ENDPOINT"` Supervised bool `yaml:"-"` Context context.Context `yaml:"-"`