{
  "Name": "CARESOFT-IMAGING-SITE",
  "StorageDirectory": "/var/lib/orthanc/db",
  "IndexDirectory": "/var/lib/orthanc/db",

  "HttpServerEnabled": true,
  "HttpPort": 8042,
  "RemoteAccessAllowed": true,
  "AuthenticationEnabled": true,
  "RegisteredUsers": {
    "caresoft": "CHANGE-THIS-STRONG-PASSWORD"
  },

  "DicomServerEnabled": true,
  "DicomAet": "CARESOFT",
  "DicomPort": 4242,
  "DicomCheckCalledAet": false,
  "DicomAlwaysAllowEcho": true,
  "DicomAlwaysAllowStore": false,

  "//": "Only these machines may send images. Add one entry per modality.",
  "DicomModalities": {
    "CT1": ["CT1", "10.0.10.21", 104],
    "MR1": ["MR1", "10.0.10.22", 104],
    "DX1": ["DX1", "10.0.10.23", 104]
  },

  "//peers": "Central teleradiology node, if used.",
  "OrthancPeers": {
    "central": {
      "Url": "https://central.imaging.caresoft.co.in/",
      "Username": "site-node",
      "Password": "CHANGE-ME"
    }
  },

  "StableAge": 60,
  "StorageCompression": true,
  "MaximumStorageSize": 0,
  "MaximumPatientCount": 0,

  "Plugins": [
    "/usr/share/orthanc/plugins"
  ],

  "Worklists": {
    "Enable": true,
    "Database": "/var/lib/orthanc/worklists"
  },

  "PostgreSQL": {
    "EnableIndex": true,
    "EnableStorage": false,
    "Host": "127.0.0.1",
    "Port": 5432,
    "Database": "orthanc",
    "Username": "orthanc",
    "Password": "CHANGE-ME"
  },

  "LuaScripts": [
    "/etc/orthanc/caresoft-notify.lua"
  ]
}
