comparison Resources/Configuration.json @ 1014:40e5255e7dc5

integration plugins->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:13:26 +0200
parents 3fb427ac3f53
children 564e39d6df13
comparison
equal deleted inserted replaced
991:2f76b92addd4 1014:40e5255e7dc5
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 **/