Mercurial > hg > orthanc-stone
view Deprecated/Samples/WebAssembly/Configuration.json @ 1436:fb8c36073983
Fix problem where multiple init/exit were not possible when using GuiAdapter
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 May 2020 15:28:15 +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" } } }