view Samples/Deprecated/WebAssembly/Configuration.json @ 1361:bd26e09903c0 broker

Some even more real doc
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 15 Apr 2020 15:46:27 +0200
parents 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"
    }
  }
}