diff Resources/Configuration.json @ 394:9784f19f7e1b lua-scripting

path relative to configuration path, list of lua scripts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 11:02:15 +0200
parents 3be5837ceb80
children 2d269089078f
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Apr 30 15:41:07 2013 +0200
+++ b/Resources/Configuration.json	Thu May 02 11:02:15 2013 +0200
@@ -28,9 +28,11 @@
     // of patients)
     "MaximumPatientCount" : 0,
   
-    // Path to the custom Lua scripts for this instance of Orthanc (an
-    // empty string denotes the absence of custom scripts)
-    "Scripting" : "",
+    // List of paths to the custom Lua scripts to load into this
+    // instance of Orthanc
+    "LuaScripts" : [
+    ],
+
 
 
     /**