view Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json @ 1409:07fac4fdbe07

Removed dead code (RtViewer is not supposed to demonstrate measuring tools in a simple example)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 May 2020 13:18:06 +0200
parents 65e1e4b08302
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"
  }
}