mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-14 13:18:58 -04:00
storage sahres config docs
This commit is contained in:
@@ -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:"-"`
|
||||
|
||||
Reference in New Issue
Block a user