view Samples/WebAssembly/Configuration.json @ 616:97926984d5d0

WebAssembly sample using Scene2D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2019 13:27:41 +0200
parents
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"
    }
  }
}