diff Resources/Configuration.json @ 407:2d269089078f

reintegration of lua scripting into mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 16:49:28 +0200
parents ff647eedfbe1 9784f19f7e1b
children 28ba73274919
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Apr 30 15:26:34 2013 +0200
+++ b/Resources/Configuration.json	Thu May 02 16:49:28 2013 +0200
@@ -27,6 +27,12 @@
     // in the storage (a value of "0" indicates no limit on the number
     // of patients)
     "MaximumPatientCount" : 0,
+  
+    // List of paths to the custom Lua scripts to load into this
+    // instance of Orthanc
+    "LuaScripts" : [
+    ],
+
 
 
     /**