remove unused config params and related methods

This commit is contained in:
Art Lowel
2021-07-22 17:59:10 +02:00
parent 146ec49a32
commit 03f6f75e49
5 changed files with 0 additions and 78 deletions

View File

@@ -148,8 +148,6 @@ export const environment: GlobalConfig = {
async: true,
time: false
},
// Log directory
logDirectory: '.',
// NOTE: will log all redux actions and transfers in console
debug: false,
// Default Language in which the UI will be rendered if the user's browser language is not an active language
@@ -280,8 +278,6 @@ export const environment: GlobalConfig = {
name: 'dspace'
},
],
// 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,
// Whether to enable media viewer for image and/or video Bitstreams (i.e. Bitstreams whose MIME type starts with "image" or "video").
// For images, this enables a gallery viewer where you can zoom or page through images.
// For videos, this enables embedded video streaming