We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886ba8 commit 764cfc5Copy full SHA for 764cfc5
1 file changed
src/environments/environment.common.ts
@@ -216,5 +216,6 @@ export const environment: GlobalConfig = {
216
theme: {
217
name: 'default',
218
},
219
+ // 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
220
rewriteDownloadUrls: false,
221
};
0 commit comments