comparison Samples/WebAssembly/ConfigurationLocalSJO.json @ 826:2de01660debe

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 May 2019 16:48:56 +0200
parents
children
comparison
equal deleted inserted replaced
825:9a6c7a5dcb76 826:2de01660debe
1 {
2 "Plugins": [
3 "/home/jodogne/Subversion/orthanc-webviewer/r/libOrthancWebViewer.so",
4 "/home/jodogne/Subversion/orthanc/r/libServeFolders.so"
5 ],
6 "StorageDirectory" : "/tmp/orthanc-db",
7 "IndexDirectory" : "/tmp/orthanc-db",
8 "RemoteAccessAllowed" : true,
9 "AuthenticationEnabled" : false,
10 "ServeFolders" : {
11 "AllowCache" : false,
12 "GenerateETag" : true,
13 "Folders" : {
14 "/stone" : "/tmp/stone"
15 }
16 },
17 "WebViewer" : {
18 "CachePath" : "/tmp/orthanc-db/WebViewerCache"
19 }
20 }