add missing insecure environment variables

This commit is contained in:
David Christofas
2022-04-26 10:26:31 +02:00
parent 40320fbb36
commit 5919d256f5
4 changed files with 5 additions and 5 deletions
@@ -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