Skip to content

Commit

Permalink
update old configs
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jun 22, 2023
1 parent 1a91f21 commit ca3a0b5
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 17 deletions.
3 changes: 2 additions & 1 deletion platform/app/public/config/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ window.config = {
modes: [],
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,

showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -30,6 +30,7 @@ window.config = {
supportsFuzzyMatching: false,
supportsWildcard: false,
staticWado: true,
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
3 changes: 1 addition & 2 deletions platform/app/public/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ window.config = {
// some windows systems have issues with more than 3 web workers
maxNumberOfWebWorkers: 3,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand Down Expand Up @@ -51,7 +50,6 @@ window.config = {
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
wadoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',

qidoSupportsIncludeField: false,
supportsReject: false,
imageRendering: 'wadors',
Expand All @@ -68,6 +66,7 @@ window.config = {
enabled: true,
relativeResolution: 'studies',
},
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.config = {
extensions: [],
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
strictZSpacingForVolumeViewport: true,
showCPUFallbackMessage: true,
Expand All @@ -25,6 +24,7 @@ window.config = {
bulkDataURI: {
enabled: false,
},
omitQuotationForMultipartRequest: true,
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/dicomweb-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.config = {
modes: [],
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -28,6 +27,7 @@ window.config = {
enableStudyLazyLoad: true,
supportsFuzzyMatching: false,
supportsWildcard: false,
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/dicomweb_relative.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ window.config = {
showStudyList: true,
maxNumberOfWebWorkers: 3,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -31,6 +30,7 @@ window.config = {
supportsWildcard: true,
staticWado: true,
singlepart: 'bulkdata,video,pdf',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/docker_nginx-orthanc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.config = {
extensions: [],
modes: [],
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -23,6 +22,7 @@ window.config = {
qidoSupportsIncludeField: false,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ window.config = {
routerBasename: '/',
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -18,6 +17,7 @@ window.config = {
qidoSupportsIncludeField: false,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
omitQuotationForMultipartRequest: true,
// REQUIRED TAG:
// TODO: Remove tag after https://github.com/OHIF/ohif-core/pull/19 is merged and we bump version
// requestOptions: {
Expand Down
3 changes: 2 additions & 1 deletion platform/app/public/config/docker_openresty-orthanc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ window.config = {
extensions: [],
modes: [],
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,

showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -23,6 +23,7 @@ window.config = {
qidoSupportsIncludeField: false,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.config = {
modes: ['@ohif/mode-test'],
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
maxNumberOfWebWorkers: 3,
showWarningMessageForCrossOrigin: false,
showCPUFallbackMessage: false,
Expand All @@ -31,6 +30,7 @@ window.config = {
supportsFuzzyMatching: false,
supportsWildcard: true,
singlepart: 'video,thumbnail,pdf',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ window.config = {
},
enableGoogleCloudAdapter: false,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand Down Expand Up @@ -55,6 +54,7 @@ window.config = {
supportsFuzzyMatching: true,
supportsWildcard: false,
dicomUploadEnabled: true,
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
1 change: 0 additions & 1 deletion platform/app/public/config/idc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ window.config = {
routerBasename: '/',
enableGoogleCloudAdapter: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/local_dcm4chee.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ window.config = {
extensions: [],
modes: [],
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand Down Expand Up @@ -39,6 +38,7 @@ window.config = {
bulkDataURI: {
enabled: true,
},
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/local_static.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ window.config = {
showStudyList: true,
maxNumberOfWebWorkers: 4,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -33,6 +32,7 @@ window.config = {
supportsWildcard: true,
staticWado: true,
singlepart: 'bulkdata,video,pdf',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/multiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ window.config = {
showStudyList: true,
maxNumberOfWebWorkers: 4,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -42,6 +41,7 @@ window.config = {
supportsWildcard: true,
staticWado: true,
singlepart: 'bulkdata,video,pdf',
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/netlify.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.config = {
modes: [],
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand Down Expand Up @@ -38,6 +37,7 @@ window.config = {
enabled: true,
relativeResolution: 'studies',
},
omitQuotationForMultipartRequest: true,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/public_dicomweb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ window.config = {
routerBasename: '/',
showStudyList: true,
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: true,
showCPUFallbackMessage: true,
showLoadingIndicator: true,
Expand All @@ -18,6 +17,7 @@ window.config = {
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
supportsFuzzyMatching: true,
omitQuotationForMultipartRequest: true,
},
],
},
Expand Down
2 changes: 2 additions & 0 deletions platform/docs/docs/configuration/configurationFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ window.config = {
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
supportsWildcard: true,
omitQuotationForMultipartRequest: true,
},
},
],
Expand Down Expand Up @@ -97,6 +98,7 @@ window.config = ({ servicesManager } = {}) => {
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
supportsWildcard: true,
omitQuotationForMultipartRequest: true,
},
},
],
Expand Down

0 comments on commit ca3a0b5

Please sign in to comment.