changeset 145:efe5be1d6afc

oups
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 17:50:15 +0200
parents aa6c8a942952
children c7f1cea08f6f
files Resources/Configuration.json
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Oct 11 14:39:38 2012 +0200
+++ b/Resources/Configuration.json	Thu Oct 11 17:50:15 2012 +0200
@@ -25,7 +25,7 @@
     "DicomAet" : "ORTHANC",
 
     // Check whether the called AET corresponds during a DICOM request
-    "DicomCheckCalledAet" : true,
+    "DicomCheckCalledAet" : false,
 
     // The DICOM port
     "DicomPort" : 4242,
@@ -37,7 +37,7 @@
      **/
 
     // Whether remote hosts can connect to the HTTP server
-    "RemoteAccessAllowed" : true,
+    "RemoteAccessAllowed" : false,
 
     // Whether or not SSL is enabled
     "SslEnabled" : false,