comparison Samples/Deprecated/WebAssembly/Configuration.json @ 1348:eac254fb6791 broker

Moved Application/Samples/* to Application/Samples/Deprecated/* (remaining) + moved Samples/* to Samples/Deprecated/*
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 Apr 2020 14:31:28 +0200
parents Samples/WebAssembly/Configuration.json@97926984d5d0
children
comparison
equal deleted inserted replaced
1347:bfd77672d825 1348:eac254fb6791
1 {
2 "Plugins": [
3 "/usr/local/share/orthanc/plugins/libOrthancWebViewer.so",
4 "/usr/local/share/orthanc/plugins/libServeFolders.so"
5 ],
6 "StorageDirectory" : "/var/lib/orthanc/db",
7 "IndexDirectory" : "/var/lib/orthanc/db",
8 "RemoteAccessAllowed" : true,
9 "AuthenticationEnabled" : false,
10 "ServeFolders" : {
11 "AllowCache" : false,
12 "GenerateETag" : true,
13 "Folders" : {
14 "/stone" : "/root/stone"
15 }
16 }
17 }