Mercurial > hg > orthanc-stone
view Samples/Deprecated/WebAssembly/Configuration.json @ 1390:57e06087d357
CMake params for VS2019
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 28 Apr 2020 11:28:00 +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" } } }