comparison 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
comparison
equal deleted inserted replaced
392:7035f4a5b07b 394:9784f19f7e1b
26 // Maximum number of patients that can be stored at a given time 26 // Maximum number of patients that can be stored at a given time
27 // in the storage (a value of "0" indicates no limit on the number 27 // in the storage (a value of "0" indicates no limit on the number
28 // of patients) 28 // of patients)
29 "MaximumPatientCount" : 0, 29 "MaximumPatientCount" : 0,
30 30
31 // Path to the custom Lua scripts for this instance of Orthanc (an 31 // List of paths to the custom Lua scripts to load into this
32 // empty string denotes the absence of custom scripts) 32 // instance of Orthanc
33 "Scripting" : "", 33 "LuaScripts" : [
34 ],
35
34 36
35 37
36 /** 38 /**
37 * Configuration of the HTTP server 39 * Configuration of the HTTP server
38 **/ 40 **/