diff --git a/example/index.html b/example/index.html
index 8a1b52ef9..76aeb6c05 100644
--- a/example/index.html
+++ b/example/index.html
@@ -103,20 +103,23 @@
// Try going to:
// http://localhost:5000/viewer/1.3.6.1.4.1.14519.5.2.1.1706.4996.216859690032335293073513900362
props.servers = {
- "dicomWeb": [
- {
- "name": "DCM4CHEE",
- "wadoUriRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado",
- "qidoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
- "wadoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
- "qidoSupportsIncludeField": true,
- "imageRendering": "wadors",
- "thumbnailRendering": "wadors",
- "requestOptions": {
- "requestFromBrowser": true
- }
- }
- ]
+ "dicomWeb": [
+ {
+ "name": "Orthanc",
+ "wadoUriRoot": "http://localhost:8899/wado",
+ "qidoRoot": "http://localhost:8899/dicom-web",
+ "wadoRoot": "http://localhost:8899/dicom-web",
+ "qidoSupportsIncludeField": false,
+ "imageRendering": "wadors",
+ "thumbnailRendering": "wadors",
+ "requestOptions": {
+ "auth": "orthanc:orthanc",
+ "logRequests": true,
+ "logResponses": false,
+ "logTiming": true
+ }
+ }
+ ]
};