diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Aug 27 11:45:53 2012 +0200
+++ b/Resources/Configuration.json	Tue Aug 28 10:18:34 2012 +0200
@@ -1,12 +1,27 @@
 {
+    // Path to the directory that holds the database
     "StorageDirectory" : "PalantirStorage",
+
+    // HTTP port for the REST services and for the GUI
     "HttpPort" : 8000,
 
+    // The DICOM Application Entity Title
     "DicomAet" : "ANY-SCP",
+
+    // The DICOM port
     "DicomPort" : 4242,
+
+    // The list of the DICOM modalities.
     "DicomModalities" : {
+        // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
     },
 
+    // Whether or not SSL is enabled
+    "SslEnabled" : false,
+
+    // Path to the SSL certificate
+    "SslCertificate" : "certificate.pem",
+
     "PalantirPeers" : {
     }
 }