Skip to content

Commit

Permalink
Update config.json to raccoon for live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cylien committed Oct 4, 2023
1 parent 87e72d8 commit 4927794
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bluelight/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"AETitle": "YMOrthanc",
"QIDO-enableHTTPS": true,
"WADO-enableHTTPS": true,
"QIDO-hostname": "orthanc.dicom.tw",
"WADO-hostname": "orthanc.dicom.tw",
"QIDO-hostname": "raccoon.dicom.org.tw",
"WADO-hostname": "raccoon.dicom.org.tw",
"QIDO-PORT": 443,
"WADO-PORT": 443,
"contentType": "application/json",
"timeout": 80000,
"charset": "UTF=8",
"QIDO": "dicom-web",
"WADO-URI": "wado",
"WADO-URI": "api/wado",
"WADO-RS": "dicom-web",
"WADO-RS/URI":"URI",
"WADO-RS/URI":"RS",
"STOW": "stow",
"enableRetrieveURI": false,
"includefield": false,
Expand All @@ -30,17 +30,17 @@
"AETitle": "ldcmPACS",
"QIDO-enableHTTPS": true,
"WADO-enableHTTPS": true,
"QIDO-hostname": "orthanc.dicom.tw",
"WADO-hostname": "orthanc.dicom.tw",
"QIDO-hostname": "raccoon.dicom.org.tw",
"WADO-hostname": "raccoon.dicom.org.tw",
"QIDO-PORT": 443,
"WADO-PORT": 443,
"contentType": "application/json",
"timeout": 80000,
"charset": "UTF=8",
"QIDO": "dicom-web",
"WADO-URI": "wado",
"WADO-URI": "api/wado",
"WADO-RS": "dicom-web",
"WADO-RS/URI":"URI",
"WADO-RS/URI":"RS",
"STOW": "stow",
"enableRetrieveURI": false,
"includefield": false,
Expand All @@ -57,4 +57,4 @@
"thumnail_witdth": 70,
"//_study_comparison": "進片模式",
"study_comparison": false
}
}

0 comments on commit 4927794

Please sign in to comment.