Mercurial > hg > orthanc-stone
view Deprecated/Samples/WebAssembly/Configuration.json @ 1492:4b5ec9ea268e
Building WebAssembly samples using Docker
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 25 Jun 2020 09:13:56 +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" } } }