fix environment variables

This commit is contained in:
David Christofas
2022-04-25 14:21:02 +02:00
parent c29f69d26b
commit 89b925f34a
11 changed files with 31 additions and 31 deletions
@@ -121,7 +121,7 @@ type LocalDriver struct {
type OCISDriver struct {
// Root is the absolute path to the location of the data
Root string `yaml:"root"`
Root string `yaml:"root" env:"STORAGE_METADATA_DRIVER_OCIS_ROOT"`
UserLayout string
PermissionsEndpoint string
}