# HG changeset patch # User Sebastien Jodogne # Date 1367328984 -7200 # Node ID 3be5837ceb801ac2fce63f9bfd7ce3c7e8f6f588 # Parent 466c992a9a426faad11a3694f8b133c5b2617388 config diff -r 466c992a9a42 -r 3be5837ceb80 Resources/Configuration.json --- 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" : "", /**