view Samples/WebAssembly/ConfigurationLocalSJO.json @ 904:ecdb2ceaa925

notes for AM build
author Alain Mazy <alain@mazy.be>
date Wed, 17 Jul 2019 15:33:34 +0200
parents 2de01660debe
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"
  }
}