[med-svn] r19306 - trunk/packages/orthanc/trunk/debian/configuration
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Thu Jun 4 07:34:21 UTC 2015
Author: jodogne-guest
Date: 2015-06-04 07:34:21 +0000 (Thu, 04 Jun 2015)
New Revision: 19306
Modified:
trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
Log:
sample configuration of the ServeFolders plugin
Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2015-06-04 07:18:09 UTC (rev 19305)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2015-06-04 07:34:21 UTC (rev 19306)
@@ -235,6 +235,21 @@
// (such as PatientName). By default, the search is case-insensitive.
"CaseSensitivePN" : false,
+
+ /**
+ * Configuration of the ServeFolders plugin, that can be used to
+ * serve additional folders through the embedded Web server of
+ * Orthanc. This is especially useful to avoid problems related to
+ * the same-origin policy when developing Web applications in
+ * JavaScript on the top of the REST API of Orthanc.
+ *
+ * The commented example would serve the documentation of the plugin
+ * SDK at the URL http://localhost:8042/doc/index.html
+ **/
+ "ServeFolders" : {
+ // "/doc" : "/usr/share/doc/orthanc/OrthancPlugin"
+ },
+
/**
* Configuration to use PostgreSQL instead of the default SQLite
More information about the debian-med-commit
mailing list