mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 09:51:42 -05:00
Merge pull request #3110 from owncloud/env-permission-endpoint
add STORAGE_PERMISSIONS_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