Mercurial > hg > orthanc-stone
view Deprecated/Samples/WebAssembly/Configuration.json @ 1438:96044a18b98d
DicomStructureSetLoader instances are now indexed by their instanceid AND
a uniquekey that is passed (*not* depending on the initially visible structures anymore)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 May 2020 15:29:47 +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" } } }