comparison Resources/Configuration.json @ 145:efe5be1d6afc

oups
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 17:50:15 +0200
parents aa6c8a942952
children 11e48e70c039
comparison
equal deleted inserted replaced
144:aa6c8a942952 145:efe5be1d6afc
23 23
24 // The DICOM Application Entity Title 24 // The DICOM Application Entity Title
25 "DicomAet" : "ORTHANC", 25 "DicomAet" : "ORTHANC",
26 26
27 // Check whether the called AET corresponds during a DICOM request 27 // Check whether the called AET corresponds during a DICOM request
28 "DicomCheckCalledAet" : true, 28 "DicomCheckCalledAet" : false,
29 29
30 // The DICOM port 30 // The DICOM port
31 "DicomPort" : 4242, 31 "DicomPort" : 4242,
32 32
33 33
35 /** 35 /**
36 * Security-related options 36 * Security-related options
37 **/ 37 **/
38 38
39 // Whether remote hosts can connect to the HTTP server 39 // Whether remote hosts can connect to the HTTP server
40 "RemoteAccessAllowed" : true, 40 "RemoteAccessAllowed" : false,
41 41
42 // Whether or not SSL is enabled 42 // Whether or not SSL is enabled
43 "SslEnabled" : false, 43 "SslEnabled" : false,
44 44
45 // Path to the SSL certificate 45 // Path to the SSL certificate