view Resources/Graveyard/Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json @ 1503:553084468225

moving /Deprecated/ to /Resources/Graveyard/Deprecated/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 11:38:13 +0200
parents Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json@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"
  }
}