{
  "Name"                    : "HSRB_PACS",
  "StorageDirectory"        : "/var/lib/orthanc/db",
  "IndexDirectory"          : "/var/lib/orthanc/db",
  "StorageCompression"      : false,
  "MaximumStorageSize"      : 0,
  "MaximumPatientCount"     : 0,

  "HttpPort"                : 8042,
  "DicomPort"               : 4242,
  "DicomAet"                : "HSRB_PACS",
  "DicomCheckCalledAet"     : false,

  "HttpServerEnabled"       : true,
  "DicomServerEnabled"      : true,
  "RemoteAccessAllowed"     : true,
  "AuthenticationEnabled"   : true,

  "RegisteredUsers" : {
    "orthanc" : "orthanc"
  },

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

  "LuaScripts" : [
    "/etc/orthanc/hsrb_webhook.lua"
  ],

  "Worklists" : {
    "Enable"          : true,
    "Database"        : "/etc/orthanc/worklists",
    "FilterIssuerAet" : false,
    "LimitAnswers"    : 0
  },

  "DicomWeb" : {
    "Enable"     : true,
    "Root"       : "/dicom-web/",
    "EnableWado" : true,
    "WadoRoot"   : "/wado",
    "Ssl"        : false
  },

  "DicomModalities" : {},

  "HttpDescribeErrors"      : false,
  "HttpCompressionEnabled"  : true,

  "LogExportedResources"    : false,
  "KeepAlive"               : false,

  "WebhookUrl"    : "http://app/index.php?module=pacs&action=orthanc_webhook",
  "WebhookSecret" : "vKF7lVFEBrvi4qQZKpArhVbZhkk8Cjf7a9QFaDDGs7"
}
