seversi dengan hangtuah
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/** @type {AppTypes.Config} */
|
||||
window.config = {
|
||||
routerBasename: '/',
|
||||
pacs_document_host: `${window.location.hostname}`,
|
||||
pacs_document_port: 8080,
|
||||
expertise: false,
|
||||
enableGoogleCloudAdapter: false,
|
||||
// below flag is for performance reasons, but it might not work for all servers
|
||||
showWarningMessageForCrossOrigin: true,
|
||||
@@ -25,18 +28,16 @@ window.config = {
|
||||
revokeAccessTokenOnSignout: true,
|
||||
|
||||
// Tambahan dari Google CLoud Secret
|
||||
project_id: "westone-433204",
|
||||
auth_uri: "https://accounts.google.com/o/oauth2/auth",
|
||||
token_uri: "https://oauth2.googleapis.com/token",
|
||||
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs",
|
||||
client_secret: "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",
|
||||
redirect_uris: [
|
||||
"http://devkedungdoro.aplikasi.web.id:3000/callback"
|
||||
],
|
||||
project_id: 'westone-433204',
|
||||
auth_uri: 'https://accounts.google.com/o/oauth2/auth',
|
||||
token_uri: 'https://oauth2.googleapis.com/token',
|
||||
auth_provider_x509_cert_url: 'https://www.googleapis.com/oauth2/v1/certs',
|
||||
client_secret: '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',
|
||||
redirect_uris: ['http://devkedungdoro.aplikasi.web.id:3000/callback'],
|
||||
javascript_origins: [
|
||||
"https://devone.aplikasi.web.id",
|
||||
"http://devkedungdoro.aplikasi.web.id:3000"
|
||||
]
|
||||
'https://devone.aplikasi.web.id',
|
||||
'http://devkedungdoro.aplikasi.web.id:3000',
|
||||
],
|
||||
},
|
||||
],
|
||||
extensions: [],
|
||||
@@ -70,7 +71,7 @@ window.config = {
|
||||
id: 'projects/westone-433204/locations/asia-southeast2/datasets/sas-dicom-storage',
|
||||
itemType: '3',
|
||||
name: 'ohif',
|
||||
url: 'https://healthcare.googleapis.com/v1/projects/westone-433204/locations/asia-southeast2/datasets/sas-dicom-storage/dicomStores/ohif'
|
||||
url: 'https://healthcare.googleapis.com/v1/projects/westone-433204/locations/asia-southeast2/datasets/sas-dicom-storage/dicomStores/ohif',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user