#885 disable media viewer

This commit is contained in:
Dániel Péter Sipos
2020-11-20 15:12:26 +01:00
parent 2ed7d153fa
commit dc85bd9bff

View File

@@ -223,7 +223,7 @@ 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: {
image: true,
video: true,
image: false,
video: false,
},
};