view 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 source

{
    // 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" : {
    }
}