From d655a8ed4c3dab4e012beb4636dd4684bd4931dd Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Tue, 4 Feb 2025 11:37:52 +0600 Subject: [PATCH] FIX integer --- config/orthanc/orthanc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/orthanc/orthanc.json b/config/orthanc/orthanc.json index d2d38ac..6276e5c 100644 --- a/config/orthanc/orthanc.json +++ b/config/orthanc/orthanc.json @@ -5,7 +5,7 @@ "DicomServerEnabled": true, "DicomAet": "${DICOM_AET:-BLACKFISH}", "DicomCheckCalledAet": false, - "DicomPort": "${DICOM_PORT:-4242}", + "DicomPort": ${DICOM_PORT:-4242}, "StorageCompression": true, "MaximumStorageSize": 0, "MaximumPatientCount": 0,