comparison Deprecated/Samples/WebAssembly/Configuration.json @ 1402:65e1e4b08302

moved deprecated samples into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:50:53 +0200
parents Samples/Deprecated/WebAssembly/Configuration.json@eac254fb6791
children
comparison
equal deleted inserted replaced
1401:f6a2d46d2b76 1402:65e1e4b08302
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 }