3343bef
{
3343bef
  /**
3343bef
   * Configuration of the ServeFolders plugin, that can be used to
3343bef
   * serve additional folders through the embedded Web server of
3343bef
   * Orthanc. This is especially useful to avoid problems related to
3343bef
   * the same-origin policy when developing Web applications in
3343bef
   * JavaScript on the top of the REST API of Orthanc.
3343bef
   * 
3343bef
   * The commented example would serve the documentation of the plugin
3343bef
   * SDK at the URL http://localhost:8042/doc/index.html
3343bef
   **/
3343bef
  "ServeFolders" : {
1d917c9
    // "/doc" : "/usr/share/doc/orthanc/"
3343bef
  }
3343bef
}