add comment to explain rewriteDownloadUrls

This commit is contained in:
Art Lowel
2020-09-30 10:44:37 +02:00
committed by GitHub
parent 9886ba8dc9
commit 764cfc5d95

View File

@@ -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,
}; };