comparison Resources/Configuration.json @ 1018:564e39d6df13 lua-scripting

integration mainline->lua-scripting
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:31:14 +0200
parents 9d0c7301596e 3fb427ac3f53
children e56c3ed8d738
comparison
equal deleted inserted replaced
1017:9d0c7301596e 1018:564e39d6df13
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 // List of paths to the custom Lua scripts to load into this 31 // List of paths to the custom Lua scripts that are to be loaded
32 // instance of Orthanc 32 // into this instance of Orthanc
33 "LuaScripts" : [ 33 "LuaScripts" : [
34 ], 34 ],
35 35
36 // List of paths to the plugins that are to be loaded into this
37 // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or
38 // "./PluginTest.dll" for Windows).
39 "Plugins" : [
40 ],
36 41
37 42
38 /** 43 /**
39 * Configuration of the HTTP server 44 * Configuration of the HTTP server
40 **/ 45 **/