Mercurial > hg > orthanc-stone
view Samples/Deprecated/WebAssembly/Configuration.json @ 1389:5c83be3a6be5
split SDL / common + RtViewer rename + html test file
| author | Benjamin Golinvaux <bgo@osimis.io> |
|---|---|
| date | Tue, 28 Apr 2020 08:58:41 +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" } } }
