comparison Resources/Configuration.json @ 23:62bd05fe4b7c

support for ssl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 10:18:34 +0200
parents c38716a8a146
children 166664f0f860
comparison
equal deleted inserted replaced
22:1bc6327d1de3 23:62bd05fe4b7c
1 { 1 {
2 // Path to the directory that holds the database
2 "StorageDirectory" : "PalantirStorage", 3 "StorageDirectory" : "PalantirStorage",
4
5 // HTTP port for the REST services and for the GUI
3 "HttpPort" : 8000, 6 "HttpPort" : 8000,
4 7
8 // The DICOM Application Entity Title
5 "DicomAet" : "ANY-SCP", 9 "DicomAet" : "ANY-SCP",
10
11 // The DICOM port
6 "DicomPort" : 4242, 12 "DicomPort" : 4242,
13
14 // The list of the DICOM modalities.
7 "DicomModalities" : { 15 "DicomModalities" : {
16 // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
8 }, 17 },
18
19 // Whether or not SSL is enabled
20 "SslEnabled" : false,
21
22 // Path to the SSL certificate
23 "SslCertificate" : "certificate.pem",
9 24
10 "PalantirPeers" : { 25 "PalantirPeers" : {
11 } 26 }
12 } 27 }