comparison Resources/Graveyard/Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json @ 1503:553084468225

moving /Deprecated/ to /Resources/Graveyard/Deprecated/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 11:38:13 +0200
parents Deprecated/Samples/WebAssembly/ConfigurationLocalSJO.json@65e1e4b08302
children
comparison
equal deleted inserted replaced
1502:e5729dab3f67 1503:553084468225
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 }