mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 08:17:42 -05:00
add STORAGE_PERMISSION_ENDPOINT env variable
This commit is contained in:
@@ -1764,5 +1764,11 @@ func structMappings(cfg *Config) []shared.EnvBinding {
|
||||
EnvVars: []string{"STORAGE_METADATA_DRIVER_S3NG_BUCKET"},
|
||||
Destination: &cfg.Reva.MetadataStorage.S3NG.Bucket,
|
||||
},
|
||||
|
||||
// permissions
|
||||
{
|
||||
EnvVars: []string{"STORAGE_PERMISSIONS_ENDPOINT"},
|
||||
Destination: &cfg.Reva.Permissions.Endpoint,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user