view Deprecated/Samples/WebAssembly/Configuration.json @ 1423:6c3f260c4de7

tentative to fix CI build
author Alain Mazy <alain@mazy.be>
date Thu, 14 May 2020 07:55:28 +0200
parents 65e1e4b08302
children
line wrap: on
line source

{
  "Plugins": [
    "/usr/local/share/orthanc/plugins/libOrthancWebViewer.so",
    "/usr/local/share/orthanc/plugins/libServeFolders.so"
  ],
  "StorageDirectory" : "/var/lib/orthanc/db",
  "IndexDirectory" : "/var/lib/orthanc/db",
  "RemoteAccessAllowed" : true,
  "AuthenticationEnabled" : false,
  "ServeFolders" : {
    "AllowCache" : false,
    "GenerateETag" : true,
    "Folders" : {
      "/stone" : "/root/stone"
    }
  }
}