826
|
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 }
|