comparison Resources/Configuration.json @ 690:2e67366aab83

case-insensitive matching of Application Entity Titles
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 15:54:46 +0100
parents b01cc78caba4
children c59bc408fb10
comparison
equal deleted inserted replaced
689:2d0a347e8cfc 690:2e67366aab83
140 "HttpServerEnabled" : true, 140 "HttpServerEnabled" : true,
141 141
142 // Enable the DICOM server. If this parameter is set to "false", 142 // Enable the DICOM server. If this parameter is set to "false",
143 // Orthanc acts as a pure REST server. It will not be possible to 143 // Orthanc acts as a pure REST server. It will not be possible to
144 // receive files or to do query/retrieve through the DICOM protocol. 144 // receive files or to do query/retrieve through the DICOM protocol.
145 "DicomServerEnabled" : true 145 "DicomServerEnabled" : true,
146
147 // By default, Orthanc compares AET (Application Entity Titles) in a
148 // case-insensitive way. Setting this option to "true" will enable
149 // case-sensitive matching.
150 "StrictAetComparison" : false
146 } 151 }