view Samples/WebAssembly/ConfigurationLocalSJO.json @ 895:6073c980323a am-dev

wip: adapting basic scene webassembly sample
author Alain Mazy <alain@mazy.be>
date Fri, 12 Jul 2019 14:57:06 +0200
parents 2de01660debe
children
line wrap: on
line source

{
  "Plugins": [
    "/home/jodogne/Subversion/orthanc-webviewer/r/libOrthancWebViewer.so",
    "/home/jodogne/Subversion/orthanc/r/libServeFolders.so"
  ],
  "StorageDirectory" : "/tmp/orthanc-db",
  "IndexDirectory" : "/tmp/orthanc-db",
  "RemoteAccessAllowed" : true,
  "AuthenticationEnabled" : false,
  "ServeFolders" : {
    "AllowCache" : false,
    "GenerateETag" : true,
    "Folders" : {
      "/stone" : "/tmp/stone"
    }
  },
  "WebViewer" : {
    "CachePath" : "/tmp/orthanc-db/WebViewerCache"
  }
}