This file is indexed.

/etc/orthanc/webviewer.json is in orthanc-webviewer 2.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  /**
   * The following options control the configuration of the Orthanc
   * Web Viewer plugin.
   **/

  "WebViewer" : {
      /**
       * The location of the cache of the Web viewer. By default, the
       * cache is located inside the storage directory of Orthanc.
       **/
      // "CachePath" : "/tmp/WebViewerCache",
      
      /**
       * The maximum size for the cached images, in megabytes. By
       * default, a cache of 100 MB is used.
       **/
      // "CacheSize" : 10,

      /**
       * The number of threads that are used by the plugin to decode
       * the DICOM images.
       **/
      // "Threads" : 4
  }
}