comparison 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
comparison
equal deleted inserted replaced
406:fb1d988a978b 407:2d269089078f
25 25
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
31 // List of paths to the custom Lua scripts to load into this
32 // instance of Orthanc
33 "LuaScripts" : [
34 ],
35
30 36
31 37
32 /** 38 /**
33 * Configuration of the HTTP server 39 * Configuration of the HTTP server
34 **/ 40 **/