mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
add comment to explain rewriteDownloadUrls
This commit is contained in:
@@ -216,5 +216,6 @@ export const environment: GlobalConfig = {
|
|||||||
theme: {
|
theme: {
|
||||||
name: 'default',
|
name: 'default',
|
||||||
},
|
},
|
||||||
|
// 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,
|
rewriteDownloadUrls: false,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user