comparison Samples/WebAssembly/Configuration.json @ 616:97926984d5d0

WebAssembly sample using Scene2D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2019 13:27:41 +0200
parents
children
comparison
equal deleted inserted replaced
615:b4de8272e8fb 616:97926984d5d0
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 }