{
    "Name": "Orthanc",
    "StorageDirectory": "G:\\Medisurf\\Orthanc",
    "IndexDirectory": "G:\\Medisurf\\Orthanc",
    "PathStorage": "G:\\Medisurf\\Orthanc",
    "StorageCompression": false,
    "MaximumStorageSize": 0,
    "MaximumPatientCount": 0,
    "MaximumStorageCacheSize": 128,
    "LuaScripts": [
        "C:\\Program Files\\Orthanc Server\\Configuration\\store-dicom-files.lua"
    ],
    "Plugins": [
        "C:\\Program Files\\Orthanc Server\\Plugins"
    ],
    "ConcurrentJobs": 20,
    "HttpServerEnabled": true,
    "OrthancExplorerEnabled": true,
    "HttpPort": 8042,
    "HttpDescribeErrors": true,
    "HttpCompressionEnabled": true,
    "WebDavEnabled": true,
    "WebDavDeleteAllowed": false,
    "WebDavUploadAllowed": true,
    "DicomServerEnabled": true,
    "DicomAet": "MEDISURF",
    "DicomCheckCalledAet": false,
    "DicomPort": 4000,
    "DefaultEncoding": "Latin1",
    "AcceptedTransferSyntaxes": [
        "1.2.840.10008.1.*"
    ],
    "UnknownSopClassAccepted": true,
    "DicomScpTimeout": 30,
    "SslEnabled": false,
    "SslCertificate": "certificate.pem",
    "SslMinimumProtocolVersion": 4,
    "SslVerifyPeers": false,
    "SslTrustedClientCertificates": "trustedClientCertificates.pem",
    "DicomTlsEnabled": false,
    "DicomTlsRemoteCertificateRequired": true,
    "DicomAlwaysAllowEcho": true,
    "DicomAlwaysAllowStore": true,
    "DicomAlwaysAllowFind": true,
    "DicomAlwaysAllowFindWorklist": false,
    "DicomAlwaysAllowGet": true,
    "DicomAlwaysAllowMove": true,
    "DicomCheckModalityHost": false,
    "DicomModalities": {},
    "DicomModalitiesInDatabase": true,
    "DicomEchoChecksFind": true,
    "DicomScuTimeout": 30,
    "DicomScuPreferredTransferSyntax": "1.2.840.10008.1.2.1",
    "DicomThreadsCount": 200,
    "OrthancPeers": {},
    "OrthancPeersInDatabase": false,
    "HttpProxy": "",
    "HttpVerbose": false,
    "HttpTimeout": 60,
    "HttpsVerifyPeers": true,
    "HttpsCACertificates": "",
    "UserMetadata": {},
    "UserContentType": {},
    "StableAge": 60,
    "StrictAetComparison": false,
    "StoreMD5ForAttachments": true,
    "LimitFindResults": 0,
    "LimitFindInstances": 0,
    "LimitJobs": 200,
    "LogExportedResources": false,
    "KeepAlive": true,
    "TcpNoDelay": true,
    "HttpThreadsCount": 50,
    "StoreDicom": true,
    "DicomAssociationCloseDelay": 30,
    "QueryRetrieveSize": 500,
    "CaseSensitivePN": false,
    "LoadPrivateDictionary": true,
    "Dictionary": {},
    "SynchronousCMove": true,
    "JobsHistorySize": 10,
    "SaveJobs": true,
    "OverwriteInstances": false,
    "MediaArchiveSize": 1,
    "StorageAccessOnFind": "Always",
    "MetricsEnabled": true,
    "ExecuteLuaEnabled": true,
    "HttpRequestTimeout": 30,
    "DefaultPrivateCreator": "",
    "StorageCommitmentReportsSize": 100,
    "TranscodeDicomProtocol": true,
    "BuiltinDecoderTranscoderOrder": "After",
    "IngestTranscodingOfUncompressed": true,
    "IngestTranscodingOfCompressed": true,
    "DicomLossyTranscodingQuality": 90,
    "SyncStorageArea": true,
    "MallocArenaMax": 5,
    "DeidentifyLogs": true,
    "DeidentifyLogsDicomVersion": "2021b",
    "MaximumPduLength": 16384,
    "CheckRevisions": false,
    "SynchronousZipStream": true,
    "ZipLoaderThreads": 0,
    "RemoteAccessAllowed": false,
	"HttpListenAddresses":["127.0.0.1"],
    "RegisteredUsers": {
        "orthanc": "orthanc"
    },
	"LogLevel" : "trace"
}