mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
add missing insecure environment variables
This commit is contained in:
@@ -25,7 +25,7 @@ type Config struct {
|
||||
Drivers Drivers `yaml:"drivers"`
|
||||
DataServerURL string
|
||||
TempFolder string
|
||||
DataProviderInsecure bool
|
||||
DataProviderInsecure bool `env:"OCIS_INSECURE;STORAGE_USERS_DATAPROVIDER_INSECURE"`
|
||||
Events Events
|
||||
MountID string
|
||||
ExposeDataServer bool
|
||||
|
||||
Reference in New Issue
Block a user