simplify config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @type {AppTypes.Config} */
|
||||
function sas_get_token() {
|
||||
//implement token here
|
||||
return "kris-check-token-is-here";
|
||||
return '';
|
||||
}
|
||||
window.config = {
|
||||
sasGetToken: sas_get_token,
|
||||
@@ -28,8 +28,8 @@ window.config = {
|
||||
prefetch: 25,
|
||||
},
|
||||
expertise: false, //* Tambahan untuk enable expertise (CustomizableViewportOverlay)
|
||||
expertise_host: `http://152.42.173.210`, //* Tambahan untuk fetch data Expertise)
|
||||
pacs_document_host: `${window.location.hostname}`,
|
||||
expertise_host: `https://devone.aplikasi.web.id/one-api/mockup/pacsmwl/Workorder/get_dummy_expertise`, //* Tambahan untuk fetch data Expertise)
|
||||
pacs_document_host: `152.42.173.210`,
|
||||
pacs_document_port: 8080,
|
||||
// filterQueryParam: false,
|
||||
// defaultDataSourceName: 'dicomweb',
|
||||
|
||||
Reference in New Issue
Block a user