diff Resources/Configuration.json @ 1018:564e39d6df13 lua-scripting

integration mainline->lua-scripting
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:31:14 +0200
parents 9d0c7301596e 3fb427ac3f53
children e56c3ed8d738
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Jul 10 10:43:47 2014 +0200
+++ b/Resources/Configuration.json	Thu Jul 10 11:31:14 2014 +0200
@@ -28,11 +28,16 @@
   // of patients)
   "MaximumPatientCount" : 0,
   
-  // List of paths to the custom Lua scripts to load into this
-  // instance of Orthanc
+  // List of paths to the custom Lua scripts that are to be loaded
+  // into this instance of Orthanc
   "LuaScripts" : [
   ],
 
+  // List of paths to the plugins that are to be loaded into this
+  // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or
+  // "./PluginTest.dll" for Windows).
+  "Plugins" : [
+  ],
 
 
   /**