# HG changeset patch # User Sebastien Jodogne # Date 1348836519 -7200 # Node ID 696baf602c8d2c64e4c08d75c404a2a84fb2f5bb # Parent 5317ff5cecc050b6864bb81e4573c4f51cf41007 remove diff -r 5317ff5cecc0 -r 696baf602c8d Resources/Debian/orthanc.json --- a/Resources/Debian/orthanc.json Fri Sep 28 14:11:43 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -{ - /** - * General configuration of Orthanc - **/ - - // Path to the directory that holds the database - "StorageDirectory" : "/var/lib/orthanc", - - - - /** - * Configuration of the HTTP server - **/ - - // HTTP port for the REST services and for the GUI - "HttpPort" : 8042, - - - - /** - * Configuration of the DICOM server - **/ - - // The DICOM Application Entity Title - "DicomAet" : "ORTHANC", - - // Check whether the called AET corresponds during a DICOM request - "DicomCheckCalledAet" : false, - - // The DICOM port - "DicomPort" : 4242, - - - - /** - * Security-related options - **/ - - // Whether remote hosts can connect to the HTTP server - "RemoteAccessAllowed" : false, - - // Whether or not SSL is enabled - "SslEnabled" : false, - - // Path to the SSL certificate - "SslCertificate" : "certificate.pem", - - // Whether or not the password protection is enabled - "AuthenticationEnabled" : false, - - // The list of the registered users. Because Orthanc uses HTTP - // Basic Authentication, the passwords are stored as plain text. - "RegisteredUsers" : { - "alice" : "alicePassword" - }, - - - - /** - * Network topology - **/ - - // The list of the known DICOM modalities - "DicomModalities" : { - // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ] - }, - - // The list of the known Orthanc peers (currently unused) - "OrthancPeers" : { - } -}