comparison OrthancStone/Resources/Graveyard/Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents Resources/Graveyard/Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json@553084468225
children
comparison
equal deleted inserted replaced
1511:9dfeee74c1e6 1512:244ad1e4e76a
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 }