changeset 390:3be5837ceb80 lua-scripting

config
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2013 15:36:24 +0200
parents 466c992a9a42
children 7035f4a5b07b
files Resources/Configuration.json
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Apr 29 17:30:38 2013 +0200
+++ b/Resources/Configuration.json	Tue Apr 30 15:36:24 2013 +0200
@@ -27,6 +27,10 @@
     // in the storage (a value of "0" indicates no limit on the number
     // 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" : "",
 
 
     /**