view Deprecated/Samples/WebAssembly/Configuration.json @ 1402:65e1e4b08302

moved deprecated samples into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:50:53 +0200
parents Samples/Deprecated/WebAssembly/Configuration.json@eac254fb6791
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"
    }
  }
}