storage sahres config docs

This commit is contained in:
Willy Kloucek
2022-05-03 14:36:18 +02:00
parent d2edd6e98e
commit b3c8ee3d30

View File

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