view Deprecated/Samples/WebAssembly/Configuration.json @ 1430:5128b448a6ee

yet another try to fix OS X
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 May 2020 18:03:20 +0200
parents 65e1e4b08302
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"
    }
  }
}