mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
#885 add enviroment variable for media viewer
This commit is contained in:
@@ -217,4 +217,9 @@ export const environment: GlobalConfig = {
|
||||
},
|
||||
// Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains
|
||||
rewriteDownloadUrls: false,
|
||||
mediaViewer: {
|
||||
enable: true,
|
||||
image: true,
|
||||
video: true,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user